Shades of Very Light Grey #DBC8C8
Tints of Very Light Grey #DBC8C8
RGB
CMYK
RGB Variations
Color information
#DBC8C8 (or 0xDBC8C8) is known color: Very Light Grey. HEX triplet: DB, C8 and C8. RGB value is (219,200,200). Sum of RGB (Red+Green+Blue) = 219+200+200=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8C8 is #243737. Grayscale: #CDCDCD. Windows color (decimal): -2373432 or 13158619. OLE color: 13158619.
HSL color Cylindrical-coordinate representation of color #DBC8C8: hue angle of 0º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC8C8 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 200 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.14 |
| HSL | 0º | 0.21% | 0.82% | - |
| HSV(B) | 0º | 0.09% | 0.86% | - |
| XYZ | 60.29 | 60.54 | 63.15 | - |
| YUV | 205.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 200 | 0 | 0.09 | 0.09 | 0.14 | 0 | 0.21 | 0.82 |
| Hex | DB | C8 | C8 | 0 | 9 | 9 | E | 0 | 15 | 52 |
| Octal | 333 | 310 | 310 | 0 | 11 | 11 | 16 | 0 | 25 | 122 |
| Binary | 11011011 | 11001000 | 11001000 | 0 | 1001 | 1001 | 1110 | 0 | 10101 | 1010010 |
Color Harmonies of #DBC8C8
Complementary color
Monochromatic Colors of #DBC8C8
Black with #DBC8C8
Text Example
Text Example
White with #DBC8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8C8; }
p { color: rgb(219,200,200); }
H1.HeaderClassName
{
color: #DBC8C8;
}
.AnyTagClassName
{
color: #DBC8C8;
}
</style>
background-color css
<style>
a { background-color: #DBC8C8; }
a { background-color: rgb(219,200,200); }
div.DivClassName
{
background-color: #DBC8C8;
}
.BgClassName
{
background-color: #DBC8C8;
}
</style>
border-color css
<style>
span { border-color: #DBC8C8; }
span { border-color: rgb(219,200,200); }
td.TdClassName
{
border-color: #DBC8C8;
}
.TagClassName
{
border-color: #DBC8C8;
}
</style>