Color: #EEBDCD
#EEBDCD Color Information
#EEBDCD is a light color. The closest websafe version is #EEBDCD. A complement of this color would be #BEEEDE, perceived brightness is 0.81, and the grayscale version is #D5D5D5.
In the HSL color space, this color has a hue angle of 340°,a saturation of 59%, and a lightness of 84%.The HSV representation shows a hue of 340°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EEBDCD is composed of 93% red, 74% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 14% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 59.21, x: 0.3759, and y: 0.3392.
Color Code #EEBDCD
Shades of Color #EEBDCD
Shades are created by darkening the original color #EEBDCD 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 #EEBDCD
Tints are created by lightening the original color #EEBDCD 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 #EEBDCD Color Code
In the HSL color space, this color has a hue angle of 340°, a saturation of 59%, and a lightness of 84%. The HSV representation shows a hue of 340°, a saturation of 21%, and a value of 93%.
- HEX: #EEBDCD
- RGB: rgb(238, 189, 205)
- HSL: hsl(340, 59%, 84%)
- HSV: hsv(340, 21%, 93%)
- CMYK: 0.00% cyan, 21.00% magenta, 14.00% yellow, 7.00% black
- XYZ: 65.61, 59.21, 49.73
- Yxy: 59.21, 0.3759, 0.3392
- Hunter Lab: 81.40, 19.94, -1.00
- CIE-Lab: 81.40, 19.94, -1.00
In the XYZ color space, this color is represented as X: 65.61, Y: 59.21, Z: 49.73. The Yxy representation further refines this as Y: 59.21, x: 0.3759, and y: 0.3392.
In the Hunter Lab color space, this color is represented as L: 81.40, a: 19.94, and b: -1.00. Similarly, in the CIE-Lab color space, it is represented as L: 81.40, a: 19.94, and b: -1.00.
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 #EEBDCD
Triadic colors are three colors evenly spaced around the color wheel, including #EEBDCD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EEBDCD
Monochromatic colors are variations of #EEBDCD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EEBDCD
The complementary color of #EEBDCD 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 #EEBDCD
/* Using HEX */ body { background-color: #eebdcd; }
/* Using RGB */ body { background-color: rgb(238, 189, 205); }
/* Using RGB with opacity */ body { background-color: rgba(238, 189, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(340, 59%, 84%); }
/* Text color */ p { color: #eebdcd; }
/* Box shadow */ div { box-shadow: 4px 4px #eebdcd; }
HTML Examples of #EEBDCD
<!-- Using HEX --> <div style="background-color: #eebdcd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 189, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 189, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(340, 59%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eebdcd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eebdcd; width: 100px; height: 100px;"></div>
Related Colors of #EEBDCD
These colors are similar to #EEBDCD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.