Shades of Light Grey #DCCCCB
Tints of Light Grey #DCCCCB
RGB
CMYK
RGB Variations
Color information
#DCCCCB (or 0xDCCCCB) is known color: Light Grey. HEX triplet: DC, CC and CB. RGB value is (220,204,203). Sum of RGB (Red+Green+Blue) = 220+204+203=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCCB is #233334. Grayscale: #D0D0D0. Windows color (decimal): -2306869 or 13356252. OLE color: 13356252.
HSL color Cylindrical-coordinate representation of color #DCCCCB: hue angle of 3.53º 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 #DCCCCB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 203 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.14 |
| HSL | 3.53º | 0.2% | 0.83% | - |
| HSV(B) | 3.53º | 0.08% | 0.86% | - |
| XYZ | 61.89 | 62.71 | 65.34 | - |
| YUV | 208.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 203 | 0 | 0.07 | 0.08 | 0.14 | 3.53 | 0.2 | 0.83 |
| Hex | DC | CC | CB | 0 | 7 | 8 | E | 4 | 14 | 53 |
| Octal | 334 | 314 | 313 | 0 | 7 | 10 | 16 | 4 | 24 | 123 |
| Binary | 11011100 | 11001100 | 11001011 | 0 | 111 | 1000 | 1110 | 100 | 10100 | 1010011 |
Color Harmonies of #DCCCCB
Complementary color
Monochromatic Colors of #DCCCCB
Black with #DCCCCB
Text Example
Text Example
White with #DCCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCCB; }
p { color: rgb(220,204,203); }
H1.HeaderClassName
{
color: #DCCCCB;
}
.AnyTagClassName
{
color: #DCCCCB;
}
</style>
background-color css
<style>
a { background-color: #DCCCCB; }
a { background-color: rgb(220,204,203); }
div.DivClassName
{
background-color: #DCCCCB;
}
.BgClassName
{
background-color: #DCCCCB;
}
</style>
border-color css
<style>
span { border-color: #DCCCCB; }
span { border-color: rgb(220,204,203); }
td.TdClassName
{
border-color: #DCCCCB;
}
.TagClassName
{
border-color: #DCCCCB;
}
</style>