Shades of Gainsboro #DBDBDB
Tints of Gainsboro #DBDBDB
RGB
CMYK
RGB Variations
Color information
#DBDBDB (or 0xDBDBDB) is known color: Gainsboro. HEX triplet: DB, DB and DB. RGB value is (219,219,219). Sum of RGB (Red+Green+Blue) = 219+219+219=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 219 - color contains mainly: red, green, blue. Hex color #DBDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBDB is #242424. Grayscale: #DADADA. Windows color (decimal): -2368549 or 14408667. OLE color: 14408667.
HSL color Cylindrical-coordinate representation of color #DBDBDB: hue angle of 0º degrees, saturation: 0, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DBDBDB is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 219 | - |
CMYK | 0 | 0 | 0 | 0.14 |
HSL | 0º | 0% | 0.86% | - |
HSV(B) | 0º | 0% | 0.86% | - |
XYZ | 67.33 | 70.84 | 77.14 | - |
YUV | 219 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 219 | 0 | 0 | 0 | 0.14 | 0 | 0 | 0.86 |
Hex | DB | DB | DB | 0 | 0 | 0 | E | 0 | 0 | 56 |
Octal | 333 | 333 | 333 | 0 | 0 | 0 | 16 | 0 | 0 | 126 |
Binary | 11011011 | 11011011 | 11011011 | 0 | 0 | 0 | 1110 | 0 | 0 | 1010110 |
Color Harmonies of #DBDBDB
Complementary color
Monochromatic Colors of #DBDBDB
Black with #DBDBDB
Text Example
Text Example
White with #DBDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBDB; }
p { color: rgb(219,219,219); }
H1.HeaderClassName
{
color: #DBDBDB;
}
.AnyTagClassName
{
color: #DBDBDB;
}
</style>
background-color css
<style>
a { background-color: #DBDBDB; }
a { background-color: rgb(219,219,219); }
div.DivClassName
{
background-color: #DBDBDB;
}
.BgClassName
{
background-color: #DBDBDB;
}
</style>
border-color css
<style>
span { border-color: #DBDBDB; }
span { border-color: rgb(219,219,219); }
td.TdClassName
{
border-color: #DBDBDB;
}
.TagClassName
{
border-color: #DBDBDB;
}
</style>