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