Shades of Very Light Grey #DCC9C9
Tints of Very Light Grey #DCC9C9
RGB
CMYK
RGB Variations
Color information
#DCC9C9 (or 0xDCC9C9) is known color: Very Light Grey. HEX triplet: DC, C9 and C9. RGB value is (220,201,201). Sum of RGB (Red+Green+Blue) = 220+201+201=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9C9 is #233636. Grayscale: #CECECE. Windows color (decimal): -2307639 or 13224412. OLE color: 13224412.
HSL color Cylindrical-coordinate representation of color #DCC9C9: hue angle of 0º 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 #DCC9C9 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 201 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.14 |
| HSL | 0º | 0.21% | 0.83% | - |
| HSV(B) | 0º | 0.09% | 0.86% | - |
| XYZ | 60.94 | 61.21 | 63.86 | - |
| YUV | 206.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 201 | 0 | 0.09 | 0.09 | 0.14 | 0 | 0.21 | 0.83 |
| Hex | DC | C9 | C9 | 0 | 9 | 9 | E | 0 | 15 | 53 |
| Octal | 334 | 311 | 311 | 0 | 11 | 11 | 16 | 0 | 25 | 123 |
| Binary | 11011100 | 11001001 | 11001001 | 0 | 1001 | 1001 | 1110 | 0 | 10101 | 1010011 |
Color Harmonies of #DCC9C9
Complementary color
Monochromatic Colors of #DCC9C9
Black with #DCC9C9
Text Example
Text Example
White with #DCC9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9C9; }
p { color: rgb(220,201,201); }
H1.HeaderClassName
{
color: #DCC9C9;
}
.AnyTagClassName
{
color: #DCC9C9;
}
</style>
background-color css
<style>
a { background-color: #DCC9C9; }
a { background-color: rgb(220,201,201); }
div.DivClassName
{
background-color: #DCC9C9;
}
.BgClassName
{
background-color: #DCC9C9;
}
</style>
border-color css
<style>
span { border-color: #DCC9C9; }
span { border-color: rgb(220,201,201); }
td.TdClassName
{
border-color: #DCC9C9;
}
.TagClassName
{
border-color: #DCC9C9;
}
</style>