Color: #DCADAC
#DCADAC Color Information
#DCADAC is a light color. The closest websafe version is #DCADAC. A complement of this color would be #ACDCDC, perceived brightness is 0.73, and the grayscale version is #C4C4C4.
In the HSL color space, this color has a hue angle of 1°,a saturation of 41%, and a lightness of 77%.The HSV representation shows a hue of 1°, a saturation of 22%, and a value of 86%.
In a RGB color space, #DCADAC is composed of 86% red, 68% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 22% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 48.38, x: 0.3909, and y: 0.3555.
Color Code #DCADAC
Shades of Color #DCADAC
Shades are created by darkening the original color #DCADAC 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 #DCADAC
Tints are created by lightening the original color #DCADAC 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 #DCADAC Color Code
In the HSL color space, this color has a hue angle of 1°, a saturation of 41%, and a lightness of 77%. The HSV representation shows a hue of 1°, a saturation of 22%, and a value of 86%.
- HEX: #DCADAC
- RGB: rgb(220, 173, 172)
- HSL: hsl(1, 41%, 77%)
- HSV: hsv(1, 22%, 86%)
- CMYK: 0.00% cyan, 21.00% magenta, 22.00% yellow, 14.00% black
- XYZ: 53.20, 48.38, 34.52
- Yxy: 48.38, 0.3909, 0.3555
- Hunter Lab: 75.07, 17.58, 7.44
- CIE-Lab: 75.07, 17.58, 7.44
In the XYZ color space, this color is represented as X: 53.20, Y: 48.38, Z: 34.52. The Yxy representation further refines this as Y: 48.38, x: 0.3909, and y: 0.3555.
In the Hunter Lab color space, this color is represented as L: 75.07, a: 17.58, and b: 7.44. Similarly, in the CIE-Lab color space, it is represented as L: 75.07, a: 17.58, and b: 7.44.
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 #DCADAC
Triadic colors are three colors evenly spaced around the color wheel, including #DCADAC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DCADAC
Monochromatic colors are variations of #DCADAC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DCADAC
The complementary color of #DCADAC 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 #DCADAC
/* Using HEX */ body { background-color: #dcadac; }
/* Using RGB */ body { background-color: rgb(220, 173, 172); }
/* Using RGB with opacity */ body { background-color: rgba(220, 173, 172, 0.5); }
/* Using HSL */ body { background-color: hsl(1, 41%, 77%); }
/* Text color */ p { color: #dcadac; }
/* Box shadow */ div { box-shadow: 4px 4px #dcadac; }
/* Border color */ .box { border: 4px solid #dcadac; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dcadac; }
/* Background with text */ div { background: #dcadac; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DCADAC
<!-- Using HEX --> <div style="background-color: #dcadac; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 173, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 173, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(1, 41%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dcadac;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dcadac; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dcadac; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dcadac;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dcadac; color: #fff; padding: 16px; border-radius: 8px;"> #DCADAC </div>
Related Colors of #DCADAC
These colors are similar to #DCADAC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.