Shades of Gainsboro #DBD8D8
Tints of Gainsboro #DBD8D8
RGB
CMYK
RGB Variations
Color information
#DBD8D8 (or 0xDBD8D8) is known color: Gainsboro. HEX triplet: DB, D8 and D8. RGB value is (219,216,216). Sum of RGB (Red+Green+Blue) = 219+216+216=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8D8 is #242727. Grayscale: #D8D8D8. Windows color (decimal): -2369320 or 14211291. OLE color: 14211291.
HSL color Cylindrical-coordinate representation of color #DBD8D8: hue angle of 0º degrees, saturation: 0.04, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBD8D8 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 216 | - |
CMYK | 0 | 0.01 | 0.01 | 0.14 |
HSL | 0º | 0.04% | 0.85% | - |
HSV(B) | 0º | 0.01% | 0.86% | - |
XYZ | 66.16 | 69.13 | 74.82 | - |
YUV | 216.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 216 | 0 | 0.01 | 0.01 | 0.14 | 0 | 0.04 | 0.85 |
Hex | DB | D8 | D8 | 0 | 1 | 1 | E | 0 | 4 | 55 |
Octal | 333 | 330 | 330 | 0 | 1 | 1 | 16 | 0 | 4 | 125 |
Binary | 11011011 | 11011000 | 11011000 | 0 | 1 | 1 | 1110 | 0 | 100 | 1010101 |
Color Harmonies of #DBD8D8
Complementary color
Monochromatic Colors of #DBD8D8
Black with #DBD8D8
Text Example
Text Example
White with #DBD8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8D8; }
p { color: rgb(219,216,216); }
H1.HeaderClassName
{
color: #DBD8D8;
}
.AnyTagClassName
{
color: #DBD8D8;
}
</style>
background-color css
<style>
a { background-color: #DBD8D8; }
a { background-color: rgb(219,216,216); }
div.DivClassName
{
background-color: #DBD8D8;
}
.BgClassName
{
background-color: #DBD8D8;
}
</style>
border-color css
<style>
span { border-color: #DBD8D8; }
span { border-color: rgb(219,216,216); }
td.TdClassName
{
border-color: #DBD8D8;
}
.TagClassName
{
border-color: #DBD8D8;
}
</style>