Color: #DABECC
#DABECC Color Information
#DABECC is a light color. The closest websafe version is #DABECC. A complement of this color would be #BEDACC, perceived brightness is 0.78, and the grayscale version is #CCCCCC.
In the HSL color space, this color has a hue angle of 330°,a saturation of 27%, and a lightness of 80%.The HSV representation shows a hue of 330°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DABECC is composed of 85% red, 75% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 6% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 56.17, x: 0.3593, and y: 0.3419.
Color Code #DABECC
Shades of Color #DABECC
Shades are created by darkening the original color #DABECC 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 #DABECC
Tints are created by lightening the original color #DABECC 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 #DABECC Color Code
In the HSL color space, this color has a hue angle of 330°, a saturation of 27%, and a lightness of 80%. The HSV representation shows a hue of 330°, a saturation of 13%, and a value of 85%.
- HEX: #DABECC
- RGB: rgb(218, 190, 204)
- HSL: hsl(330, 27%, 80%)
- HSV: hsv(330, 13%, 85%)
- CMYK: 0.00% cyan, 13.00% magenta, 6.00% yellow, 15.00% black
- XYZ: 59.04, 56.17, 49.10
- Yxy: 56.17, 0.3593, 0.3419
- Hunter Lab: 79.71, 12.03, -3.20
- CIE-Lab: 79.71, 12.03, -3.20
In the XYZ color space, this color is represented as X: 59.04, Y: 56.17, Z: 49.10. The Yxy representation further refines this as Y: 56.17, x: 0.3593, and y: 0.3419.
In the Hunter Lab color space, this color is represented as L: 79.71, a: 12.03, and b: -3.20. Similarly, in the CIE-Lab color space, it is represented as L: 79.71, a: 12.03, and b: -3.20.
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 #DABECC
Triadic colors are three colors evenly spaced around the color wheel, including #DABECC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DABECC
Monochromatic colors are variations of #DABECC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DABECC
The complementary color of #DABECC 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 #DABECC
/* Using HEX */ body { background-color: #dabecc; }
/* Using RGB */ body { background-color: rgb(218, 190, 204); }
/* Using RGB with opacity */ body { background-color: rgba(218, 190, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(330, 27%, 80%); }
/* Text color */ p { color: #dabecc; }
/* Box shadow */ div { box-shadow: 4px 4px #dabecc; }
HTML Examples of #DABECC
<!-- Using HEX --> <div style="background-color: #dabecc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(218, 190, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(218, 190, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(330, 27%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dabecc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dabecc; width: 100px; height: 100px;"></div>
Related Colors of #DABECC
These colors are similar to #DABECC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.