Shades of Gainsboro #DBD9D9
Tints of Gainsboro #DBD9D9
RGB
CMYK
RGB Variations
Color information
#DBD9D9 (or 0xDBD9D9) is known color: Gainsboro. HEX triplet: DB, D9 and D9. RGB value is (219,217,217). Sum of RGB (Red+Green+Blue) = 219+217+217=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9D9 is #242626. Grayscale: #D9D9D9. Windows color (decimal): -2369063 or 14277083. OLE color: 14277083.
HSL color Cylindrical-coordinate representation of color #DBD9D9: hue angle of 0º degrees, saturation: 0.03, 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 #DBD9D9 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 217 | 217 | - |
CMYK | 0 | 0.01 | 0.01 | 0.14 |
HSL | 0º | 0.03% | 0.85% | - |
HSV(B) | 0º | 0.01% | 0.86% | - |
XYZ | 66.55 | 69.7 | 75.59 | - |
YUV | 217.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 217 | 0 | 0.01 | 0.01 | 0.14 | 0 | 0.03 | 0.85 |
Hex | DB | D9 | D9 | 0 | 1 | 1 | E | 0 | 3 | 55 |
Octal | 333 | 331 | 331 | 0 | 1 | 1 | 16 | 0 | 3 | 125 |
Binary | 11011011 | 11011001 | 11011001 | 0 | 1 | 1 | 1110 | 0 | 11 | 1010101 |
Color Harmonies of #DBD9D9
Complementary color
Monochromatic Colors of #DBD9D9
Black with #DBD9D9
Text Example
Text Example
White with #DBD9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9D9; }
p { color: rgb(219,217,217); }
H1.HeaderClassName
{
color: #DBD9D9;
}
.AnyTagClassName
{
color: #DBD9D9;
}
</style>
background-color css
<style>
a { background-color: #DBD9D9; }
a { background-color: rgb(219,217,217); }
div.DivClassName
{
background-color: #DBD9D9;
}
.BgClassName
{
background-color: #DBD9D9;
}
</style>
border-color css
<style>
span { border-color: #DBD9D9; }
span { border-color: rgb(219,217,217); }
td.TdClassName
{
border-color: #DBD9D9;
}
.TagClassName
{
border-color: #DBD9D9;
}
</style>