Shades of Light Grey #DCCACA
Tints of Light Grey #DCCACA
RGB
CMYK
RGB Variations
Color information
#DCCACA (or 0xDCCACA) is known color: Light Grey. HEX triplet: DC, CA and CA. RGB value is (220,202,202). Sum of RGB (Red+Green+Blue) = 220+202+202=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCACA is #233535. Grayscale: #CFCFCF. Windows color (decimal): -2307382 or 13290204. OLE color: 13290204.
HSL color Cylindrical-coordinate representation of color #DCCACA: hue angle of 0º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCACA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 202 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.14 |
| HSL | 0º | 0.2% | 0.83% | - |
| HSV(B) | 0º | 0.08% | 0.86% | - |
| XYZ | 61.3 | 61.72 | 64.56 | - |
| YUV | 207.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 202 | 0 | 0.08 | 0.08 | 0.14 | 0 | 0.2 | 0.83 |
| Hex | DC | CA | CA | 0 | 8 | 8 | E | 0 | 14 | 53 |
| Octal | 334 | 312 | 312 | 0 | 10 | 10 | 16 | 0 | 24 | 123 |
| Binary | 11011100 | 11001010 | 11001010 | 0 | 1000 | 1000 | 1110 | 0 | 10100 | 1010011 |
Color Harmonies of #DCCACA
Complementary color
Monochromatic Colors of #DCCACA
Black with #DCCACA
Text Example
Text Example
White with #DCCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCACA; }
p { color: rgb(220,202,202); }
H1.HeaderClassName
{
color: #DCCACA;
}
.AnyTagClassName
{
color: #DCCACA;
}
</style>
background-color css
<style>
a { background-color: #DCCACA; }
a { background-color: rgb(220,202,202); }
div.DivClassName
{
background-color: #DCCACA;
}
.BgClassName
{
background-color: #DCCACA;
}
</style>
border-color css
<style>
span { border-color: #DCCACA; }
span { border-color: rgb(220,202,202); }
td.TdClassName
{
border-color: #DCCACA;
}
.TagClassName
{
border-color: #DCCACA;
}
</style>