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