Color: #EEDCEC
#EEDCEC Color Information
#EEDCEC is a light color. The closest websafe version is #EEDCEC. A complement of this color would be #DDEEDF, perceived brightness is 0.89, and the grayscale version is #E5E5E5.
In the HSL color space, this color has a hue angle of 307°,a saturation of 35%, and a lightness of 90%.The HSV representation shows a hue of 307°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EEDCEC is composed of 93% red, 86% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 1% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 75.42, x: 0.3488, and y: 0.3423.
Color Code #EEDCEC
Shades of Color #EEDCEC
Shades are created by darkening the original color #EEDCEC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #EEDCEC
Tints are created by lightening the original color #EEDCEC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #EEDCEC Color Code
In the HSL color space, this color has a hue angle of 307°, a saturation of 35%, and a lightness of 90%. The HSV representation shows a hue of 307°, a saturation of 8%, and a value of 93%.
- HEX: #EEDCEC
- RGB: rgb(238, 220, 236)
- HSL: hsl(307, 35%, 90%)
- HSV: hsv(307, 8%, 93%)
- CMYK: 0.00% cyan, 8.00% magenta, 100.00% yellow, 7.00% black
- XYZ: 76.84, 75.42, 68.05
- Yxy: 75.42, 0.3488, 0.3423
- Hunter Lab: 89.59, 8.45, -5.50
- CIE-Lab: 89.59, 8.45, -5.50
In the XYZ color space, this color is represented as X: 76.84, Y: 75.42, Z: 68.05. The Yxy representation further refines this as Y: 75.42, x: 0.3488, and y: 0.3423.
In the Hunter Lab color space, this color is represented as L: 89.59, a: 8.45, and b: -5.50. Similarly, in the CIE-Lab color space, it is represented as L: 89.59, a: 8.45, and b: -5.50.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #EEDCEC
Triadic colors are three colors evenly spaced around the color wheel, including #EEDCEC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EEDCEC
Monochromatic colors are variations of #EEDCEC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EEDCEC
The complementary color of #EEDCEC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #EEDCEC
/* Using HEX */ body { background-color: #eedcec; }
/* Using RGB */ body { background-color: rgb(238, 220, 236); }
/* Using RGB with opacity */ body { background-color: rgba(238, 220, 236, 0.5); }
/* Using HSL */ body { background-color: hsl(307, 35%, 90%); }
/* Text color */ p { color: #eedcec; }
/* Box shadow */ div { box-shadow: 4px 4px #eedcec; }
HTML Examples of #EEDCEC
<!-- Using HEX --> <div style="background-color: #eedcec; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 220, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 220, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(307, 35%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eedcec;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eedcec; width: 100px; height: 100px;"></div>
Related Colors of #EEDCEC
These colors are similar to #EEDCEC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.