Shades of Light Grey #DCCBCB
Tints of Light Grey #DCCBCB
RGB
CMYK
RGB Variations
Color information
#DCCBCB (or 0xDCCBCB) is known color: Light Grey. HEX triplet: DC, CB and CB. RGB value is (220,203,203). Sum of RGB (Red+Green+Blue) = 220+203+203=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBCB is #233434. Grayscale: #D0D0D0. Windows color (decimal): -2307125 or 13355996. OLE color: 13355996.
HSL color Cylindrical-coordinate representation of color #DCCBCB: 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 #DCCBCB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 203 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.14 |
| HSL | 0º | 0.2% | 0.83% | - |
| HSV(B) | 0º | 0.08% | 0.86% | - |
| XYZ | 61.65 | 62.24 | 65.26 | - |
| YUV | 208.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 203 | 0 | 0.08 | 0.08 | 0.14 | 0 | 0.2 | 0.83 |
| Hex | DC | CB | CB | 0 | 8 | 8 | E | 0 | 14 | 53 |
| Octal | 334 | 313 | 313 | 0 | 10 | 10 | 16 | 0 | 24 | 123 |
| Binary | 11011100 | 11001011 | 11001011 | 0 | 1000 | 1000 | 1110 | 0 | 10100 | 1010011 |
Color Harmonies of #DCCBCB
Complementary color
Monochromatic Colors of #DCCBCB
Black with #DCCBCB
Text Example
Text Example
White with #DCCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBCB; }
p { color: rgb(220,203,203); }
H1.HeaderClassName
{
color: #DCCBCB;
}
.AnyTagClassName
{
color: #DCCBCB;
}
</style>
background-color css
<style>
a { background-color: #DCCBCB; }
a { background-color: rgb(220,203,203); }
div.DivClassName
{
background-color: #DCCBCB;
}
.BgClassName
{
background-color: #DCCBCB;
}
</style>
border-color css
<style>
span { border-color: #DCCBCB; }
span { border-color: rgb(220,203,203); }
td.TdClassName
{
border-color: #DCCBCB;
}
.TagClassName
{
border-color: #DCCBCB;
}
</style>