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