Shades of Very Light Grey #DACAC9
Tints of Very Light Grey #DACAC9
RGB
CMYK
RGB Variations
Color information
#DACAC9 (or 0xDACAC9) is known color: Very Light Grey. HEX triplet: DA, CA and C9. RGB value is (218,202,201). Sum of RGB (Red+Green+Blue) = 218+202+201=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAC9 is #253536. Grayscale: #CECECE. Windows color (decimal): -2438455 or 13224666. OLE color: 13224666.
HSL color Cylindrical-coordinate representation of color #DACAC9: hue angle of 3.53º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACAC9 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 201 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.15 |
| HSL | 3.53º | 0.19% | 0.82% | - |
| HSV(B) | 3.53º | 0.08% | 0.85% | - |
| XYZ | 60.58 | 61.36 | 63.91 | - |
| YUV | 206.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 201 | 0 | 0.07 | 0.08 | 0.15 | 3.53 | 0.19 | 0.82 |
| Hex | DA | CA | C9 | 0 | 7 | 8 | F | 4 | 13 | 52 |
| Octal | 332 | 312 | 311 | 0 | 7 | 10 | 17 | 4 | 23 | 122 |
| Binary | 11011010 | 11001010 | 11001001 | 0 | 111 | 1000 | 1111 | 100 | 10011 | 1010010 |
Color Harmonies of #DACAC9
Complementary color
Monochromatic Colors of #DACAC9
Black with #DACAC9
Text Example
Text Example
White with #DACAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAC9; }
p { color: rgb(218,202,201); }
H1.HeaderClassName
{
color: #DACAC9;
}
.AnyTagClassName
{
color: #DACAC9;
}
</style>
background-color css
<style>
a { background-color: #DACAC9; }
a { background-color: rgb(218,202,201); }
div.DivClassName
{
background-color: #DACAC9;
}
.BgClassName
{
background-color: #DACAC9;
}
</style>
border-color css
<style>
span { border-color: #DACAC9; }
span { border-color: rgb(218,202,201); }
td.TdClassName
{
border-color: #DACAC9;
}
.TagClassName
{
border-color: #DACAC9;
}
</style>