Shades of Very Light Grey #DCCAC9
Tints of Very Light Grey #DCCAC9
RGB
CMYK
RGB Variations
Color information
#DCCAC9 (or 0xDCCAC9) is known color: Very Light Grey. HEX triplet: DC, CA and C9. RGB value is (220,202,201). Sum of RGB (Red+Green+Blue) = 220+202+201=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC9 is #233536. Grayscale: #CFCFCF. Windows color (decimal): -2307383 or 13224668. OLE color: 13224668.
HSL color Cylindrical-coordinate representation of color #DCCAC9: hue angle of 3.16º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCAC9 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 201 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.14 |
| HSL | 3.16º | 0.21% | 0.83% | - |
| HSV(B) | 3.16º | 0.09% | 0.86% | - |
| XYZ | 61.18 | 61.67 | 63.94 | - |
| YUV | 207.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 201 | 0 | 0.08 | 0.09 | 0.14 | 3.16 | 0.21 | 0.83 |
| Hex | DC | CA | C9 | 0 | 8 | 9 | E | 3 | 15 | 53 |
| Octal | 334 | 312 | 311 | 0 | 10 | 11 | 16 | 3 | 25 | 123 |
| Binary | 11011100 | 11001010 | 11001001 | 0 | 1000 | 1001 | 1110 | 11 | 10101 | 1010011 |
Color Harmonies of #DCCAC9
Complementary color
Monochromatic Colors of #DCCAC9
Black with #DCCAC9
Text Example
Text Example
White with #DCCAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAC9; }
p { color: rgb(220,202,201); }
H1.HeaderClassName
{
color: #DCCAC9;
}
.AnyTagClassName
{
color: #DCCAC9;
}
</style>
background-color css
<style>
a { background-color: #DCCAC9; }
a { background-color: rgb(220,202,201); }
div.DivClassName
{
background-color: #DCCAC9;
}
.BgClassName
{
background-color: #DCCAC9;
}
</style>
border-color css
<style>
span { border-color: #DCCAC9; }
span { border-color: rgb(220,202,201); }
td.TdClassName
{
border-color: #DCCAC9;
}
.TagClassName
{
border-color: #DCCAC9;
}
</style>