Color: #DABCAE
#DABCAE Color Information
#DABCAE is a light color. The closest websafe version is #DABCAE. A complement of this color would be #AFCCDA, perceived brightness is 0.77, and the grayscale version is #C4C4C4.
In the HSL color space, this color has a hue angle of 19°,a saturation of 37%, and a lightness of 77%.The HSV representation shows a hue of 19°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DABCAE is composed of 85% red, 74% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 20% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 54.22, x: 0.3827, and y: 0.3706.
Color Code #DABCAE
Shades of Color #DABCAE
Shades are created by darkening the original color #DABCAE 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 #DABCAE
Tints are created by lightening the original color #DABCAE 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 #DABCAE Color Code
In the HSL color space, this color has a hue angle of 19°, a saturation of 37%, and a lightness of 77%. The HSV representation shows a hue of 19°, a saturation of 20%, and a value of 85%.
- HEX: #DABCAE
- RGB: rgb(218, 188, 174)
- HSL: hsl(19, 37%, 77%)
- HSV: hsv(19, 20%, 85%)
- CMYK: 0.00% cyan, 14.00% magenta, 20.00% yellow, 15.00% black
- XYZ: 55.99, 54.22, 36.09
- Yxy: 54.22, 0.3827, 0.3706
- Hunter Lab: 78.59, 9.44, 11.27
- CIE-Lab: 78.59, 9.44, 11.27
In the XYZ color space, this color is represented as X: 55.99, Y: 54.22, Z: 36.09. The Yxy representation further refines this as Y: 54.22, x: 0.3827, and y: 0.3706.
In the Hunter Lab color space, this color is represented as L: 78.59, a: 9.44, and b: 11.27. Similarly, in the CIE-Lab color space, it is represented as L: 78.59, a: 9.44, and b: 11.27.
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 #DABCAE
Triadic colors are three colors evenly spaced around the color wheel, including #DABCAE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DABCAE
Monochromatic colors are variations of #DABCAE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DABCAE
The complementary color of #DABCAE 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 #DABCAE
/* Using HEX */ body { background-color: #dabcae; }
/* Using RGB */ body { background-color: rgb(218, 188, 174); }
/* Using RGB with opacity */ body { background-color: rgba(218, 188, 174, 0.5); }
/* Using HSL */ body { background-color: hsl(19, 37%, 77%); }
/* Text color */ p { color: #dabcae; }
/* Box shadow */ div { box-shadow: 4px 4px #dabcae; }
HTML Examples of #DABCAE
<!-- Using HEX --> <div style="background-color: #dabcae; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(218, 188, 174); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(218, 188, 174, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(19, 37%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dabcae;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dabcae; width: 100px; height: 100px;"></div>
Related Colors of #DABCAE
These colors are similar to #DABCAE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.