Color: #EDABDF
#EDABDF Color Information
#EDABDF is a light color. The closest websafe version is #EDABDF. A complement of this color would be #ABEDB9, perceived brightness is 0.77, and the grayscale version is #CCCCCC.
In the HSL color space, this color has a hue angle of 313°,a saturation of 65%, and a lightness of 80%.The HSV representation shows a hue of 313°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EDABDF is composed of 93% red, 67% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 6% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 52.51, x: 0.3641, and y: 0.3026.
Color Code #EDABDF
Shades of Color #EDABDF
Shades are created by darkening the original color #EDABDF 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 #EDABDF
Tints are created by lightening the original color #EDABDF 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 #EDABDF Color Code
In the HSL color space, this color has a hue angle of 313°, a saturation of 65%, and a lightness of 80%. The HSV representation shows a hue of 313°, a saturation of 28%, and a value of 93%.
- HEX: #EDABDF
- RGB: rgb(237, 171, 223)
- HSL: hsl(313, 65%, 80%)
- HSV: hsv(313, 28%, 93%)
- CMYK: 0.00% cyan, 28.00% magenta, 6.00% yellow, 7.00% black
- XYZ: 63.17, 52.51, 57.83
- Yxy: 52.51, 0.3641, 0.3026
- Hunter Lab: 77.59, 30.87, -16.30
- CIE-Lab: 77.59, 30.87, -16.30
In the XYZ color space, this color is represented as X: 63.17, Y: 52.51, Z: 57.83. The Yxy representation further refines this as Y: 52.51, x: 0.3641, and y: 0.3026.
In the Hunter Lab color space, this color is represented as L: 77.59, a: 30.87, and b: -16.30. Similarly, in the CIE-Lab color space, it is represented as L: 77.59, a: 30.87, and b: -16.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 #EDABDF
Triadic colors are three colors evenly spaced around the color wheel, including #EDABDF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EDABDF
Monochromatic colors are variations of #EDABDF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDABDF
The complementary color of #EDABDF 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 #EDABDF
/* Using HEX */ body { background-color: #edabdf; }
/* Using RGB */ body { background-color: rgb(237, 171, 223); }
/* Using RGB with opacity */ body { background-color: rgba(237, 171, 223, 0.5); }
/* Using HSL */ body { background-color: hsl(313, 65%, 80%); }
/* Text color */ p { color: #edabdf; }
/* Box shadow */ div { box-shadow: 4px 4px #edabdf; }
HTML Examples of #EDABDF
<!-- Using HEX --> <div style="background-color: #edabdf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 171, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 171, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(313, 65%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #edabdf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #edabdf; width: 100px; height: 100px;"></div>
Related Colors of #EDABDF
These colors are similar to #EDABDF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.