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