Shades of Light Grey #DCCBCA
Tints of Light Grey #DCCBCA
RGB
CMYK
RGB Variations
Color information
#DCCBCA (or 0xDCCBCA) is known color: Light Grey. HEX triplet: DC, CB and CA. RGB value is (220,203,202). Sum of RGB (Red+Green+Blue) = 220+203+202=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBCA is #233435. Grayscale: #CFCFCF. Windows color (decimal): -2307126 or 13290460. OLE color: 13290460.
HSL color Cylindrical-coordinate representation of color #DCCBCA: hue angle of 3.33º 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 #DCCBCA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 202 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.14 |
| HSL | 3.33º | 0.2% | 0.83% | - |
| HSV(B) | 3.33º | 0.08% | 0.86% | - |
| XYZ | 61.53 | 62.19 | 64.64 | - |
| YUV | 207.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 202 | 0 | 0.08 | 0.08 | 0.14 | 3.33 | 0.2 | 0.83 |
| Hex | DC | CB | CA | 0 | 8 | 8 | E | 3 | 14 | 53 |
| Octal | 334 | 313 | 312 | 0 | 10 | 10 | 16 | 3 | 24 | 123 |
| Binary | 11011100 | 11001011 | 11001010 | 0 | 1000 | 1000 | 1110 | 11 | 10100 | 1010011 |
Color Harmonies of #DCCBCA
Complementary color
Monochromatic Colors of #DCCBCA
Black with #DCCBCA
Text Example
Text Example
White with #DCCBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBCA; }
p { color: rgb(220,203,202); }
H1.HeaderClassName
{
color: #DCCBCA;
}
.AnyTagClassName
{
color: #DCCBCA;
}
</style>
background-color css
<style>
a { background-color: #DCCBCA; }
a { background-color: rgb(220,203,202); }
div.DivClassName
{
background-color: #DCCBCA;
}
.BgClassName
{
background-color: #DCCBCA;
}
</style>
border-color css
<style>
span { border-color: #DCCBCA; }
span { border-color: rgb(220,203,202); }
td.TdClassName
{
border-color: #DCCBCA;
}
.TagClassName
{
border-color: #DCCBCA;
}
</style>