Color: #EEEADC
#EEEADC Color Information
#EEEADC is a light color. The closest websafe version is #EEEADC. A complement of this color would be #DDE0EE, perceived brightness is 0.92, and the grayscale version is #E5E5E5.
In the HSL color space, this color has a hue angle of 47°,a saturation of 35%, and a lightness of 90%.The HSV representation shows a hue of 47°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EEEADC is composed of 93% red, 92% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 8% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 82.35, x: 0.3570, and y: 0.3712.
Color Code #EEEADC
Shades of Color #EEEADC
Shades are created by darkening the original color #EEEADC 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 #EEEADC
Tints are created by lightening the original color #EEEADC 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 #EEEADC Color Code
In the HSL color space, this color has a hue angle of 47°, a saturation of 35%, and a lightness of 90%. The HSV representation shows a hue of 47°, a saturation of 8%, and a value of 93%.
- HEX: #EEEADC
- RGB: rgb(238, 234, 220)
- HSL: hsl(47, 35%, 90%)
- HSV: hsv(47, 8%, 93%)
- CMYK: 0.00% cyan, 2.00% magenta, 8.00% yellow, 7.00% black
- XYZ: 79.21, 82.35, 60.29
- Yxy: 82.35, 0.3570, 0.3712
- Hunter Lab: 92.73, -0.38, 7.33
- CIE-Lab: 92.73, -0.38, 7.33
In the XYZ color space, this color is represented as X: 79.21, Y: 82.35, Z: 60.29. The Yxy representation further refines this as Y: 82.35, x: 0.3570, and y: 0.3712.
In the Hunter Lab color space, this color is represented as L: 92.73, a: -0.38, and b: 7.33. Similarly, in the CIE-Lab color space, it is represented as L: 92.73, a: -0.38, and b: 7.33.
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 #EEEADC
Triadic colors are three colors evenly spaced around the color wheel, including #EEEADC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EEEADC
Monochromatic colors are variations of #EEEADC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EEEADC
The complementary color of #EEEADC 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 #EEEADC
/* Using HEX */ body { background-color: #eeeadc; }
/* Using RGB */ body { background-color: rgb(238, 234, 220); }
/* Using RGB with opacity */ body { background-color: rgba(238, 234, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(47, 35%, 90%); }
/* Text color */ p { color: #eeeadc; }
/* Box shadow */ div { box-shadow: 4px 4px #eeeadc; }
HTML Examples of #EEEADC
<!-- Using HEX --> <div style="background-color: #eeeadc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 234, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 234, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(47, 35%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eeeadc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eeeadc; width: 100px; height: 100px;"></div>
Related Colors of #EEEADC
These colors are similar to #EEEADC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.