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