Shades of Light Grey #DBCCCC
Tints of Light Grey #DBCCCC
RGB
CMYK
RGB Variations
Color information
#DBCCCC (or 0xDBCCCC) is known color: Light Grey. HEX triplet: DB, CC and CC. RGB value is (219,204,204). Sum of RGB (Red+Green+Blue) = 219+204+204=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCCC is #243333. Grayscale: #D0D0D0. Windows color (decimal): -2372404 or 13421787. OLE color: 13421787.
HSL color Cylindrical-coordinate representation of color #DBCCCC: hue angle of 0º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCCCC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 204 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.14 |
| HSL | 0º | 0.17% | 0.83% | - |
| HSV(B) | 0º | 0.07% | 0.86% | - |
| XYZ | 61.71 | 62.61 | 65.96 | - |
| YUV | 208.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 204 | 0 | 0.07 | 0.07 | 0.14 | 0 | 0.17 | 0.83 |
| Hex | DB | CC | CC | 0 | 7 | 7 | E | 0 | 11 | 53 |
| Octal | 333 | 314 | 314 | 0 | 7 | 7 | 16 | 0 | 21 | 123 |
| Binary | 11011011 | 11001100 | 11001100 | 0 | 111 | 111 | 1110 | 0 | 10001 | 1010011 |
Color Harmonies of #DBCCCC
Complementary color
Monochromatic Colors of #DBCCCC
Black with #DBCCCC
Text Example
Text Example
White with #DBCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCCC; }
p { color: rgb(219,204,204); }
H1.HeaderClassName
{
color: #DBCCCC;
}
.AnyTagClassName
{
color: #DBCCCC;
}
</style>
background-color css
<style>
a { background-color: #DBCCCC; }
a { background-color: rgb(219,204,204); }
div.DivClassName
{
background-color: #DBCCCC;
}
.BgClassName
{
background-color: #DBCCCC;
}
</style>
border-color css
<style>
span { border-color: #DBCCCC; }
span { border-color: rgb(219,204,204); }
td.TdClassName
{
border-color: #DBCCCC;
}
.TagClassName
{
border-color: #DBCCCC;
}
</style>