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