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