Color: #EEDCD6
#EEDCD6 Color Information
#EEDCD6 is a light color. The closest websafe version is #EEDCD6. A complement of this color would be #D7E9EE, perceived brightness is 0.88, and the grayscale version is #E2E2E2.
In the HSL color space, this color has a hue angle of 15°,a saturation of 41%, and a lightness of 89%.The HSV representation shows a hue of 15°, a saturation of 10%, and a value of 93%.
In a RGB color space, #EEDCD6 is composed of 93% red, 86% green and 84% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 10% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 74.41, x: 0.3632, and y: 0.3629.
Color Code #EEDCD6
Shades of Color #EEDCD6
Shades are created by darkening the original color #EEDCD6 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 #EEDCD6
Tints are created by lightening the original color #EEDCD6 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 #EEDCD6 Color Code
In the HSL color space, this color has a hue angle of 15°, a saturation of 41%, and a lightness of 89%. The HSV representation shows a hue of 15°, a saturation of 10%, and a value of 93%.
- HEX: #EEDCD6
- RGB: rgb(238, 220, 214)
- HSL: hsl(15, 41%, 89%)
- HSV: hsv(15, 10%, 93%)
- CMYK: 0.00% cyan, 8.00% magenta, 10.00% yellow, 7.00% black
- XYZ: 74.46, 74.41, 56.16
- Yxy: 74.41, 0.3632, 0.3629
- Hunter Lab: 89.11, 5.65, 5.31
- CIE-Lab: 89.11, 5.65, 5.31
In the XYZ color space, this color is represented as X: 74.46, Y: 74.41, Z: 56.16. The Yxy representation further refines this as Y: 74.41, x: 0.3632, and y: 0.3629.
In the Hunter Lab color space, this color is represented as L: 89.11, a: 5.65, and b: 5.31. Similarly, in the CIE-Lab color space, it is represented as L: 89.11, a: 5.65, and b: 5.31.
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 #EEDCD6
Triadic colors are three colors evenly spaced around the color wheel, including #EEDCD6. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EEDCD6
Split complementary colors are two colors adjacent to the complementary color of #EEDCD6. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EEDCD6
Monochromatic colors are variations of #EEDCD6, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EEDCD6
The complementary color of #EEDCD6 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 #EEDCD6
/* Using HEX */ body { background-color: #eedcd6; }
/* Using RGB */ body { background-color: rgb(238, 220, 214); }
/* Using RGB with opacity */ body { background-color: rgba(238, 220, 214, 0.5); }
/* Using HSL */ body { background-color: hsl(15, 41%, 89%); }
/* Text color */ p { color: #eedcd6; }
/* Box shadow */ div { box-shadow: 4px 4px #eedcd6; }
/* Border color */ .box { border: 4px solid #eedcd6; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eedcd6; }
/* Background with text */ div { background: #eedcd6; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EEDCD6
<!-- Using HEX --> <div style="background-color: #eedcd6; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 220, 214); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 220, 214, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(15, 41%, 89%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eedcd6;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eedcd6; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eedcd6; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eedcd6;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eedcd6; color: #fff; padding: 16px; border-radius: 8px;"> #EEDCD6 </div>
Related Colors of #EEDCD6
These colors are similar to #EEDCD6, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.