Shades of Gainsboro #DBD7D7
Tints of Gainsboro #DBD7D7
RGB
CMYK
RGB Variations
Color information
#DBD7D7 (or 0xDBD7D7) is known color: Gainsboro. HEX triplet: DB, D7 and D7. RGB value is (219,215,215). Sum of RGB (Red+Green+Blue) = 219+215+215=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7D7 is #242828. Grayscale: #D8D8D8. Windows color (decimal): -2369577 or 14145499. OLE color: 14145499.
HSL color Cylindrical-coordinate representation of color #DBD7D7: hue angle of 0º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBD7D7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 215 | 215 | - |
CMYK | 0 | 0.02 | 0.02 | 0.14 |
HSL | 0º | 0.05% | 0.85% | - |
HSV(B) | 0º | 0.02% | 0.86% | - |
XYZ | 65.78 | 68.57 | 74.06 | - |
YUV | 216.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 215 | 215 | 0 | 0.02 | 0.02 | 0.14 | 0 | 0.05 | 0.85 |
Hex | DB | D7 | D7 | 0 | 2 | 2 | E | 0 | 5 | 55 |
Octal | 333 | 327 | 327 | 0 | 2 | 2 | 16 | 0 | 5 | 125 |
Binary | 11011011 | 11010111 | 11010111 | 0 | 10 | 10 | 1110 | 0 | 101 | 1010101 |
Color Harmonies of #DBD7D7
Complementary color
Monochromatic Colors of #DBD7D7
Black with #DBD7D7
Text Example
Text Example
White with #DBD7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7D7; }
p { color: rgb(219,215,215); }
H1.HeaderClassName
{
color: #DBD7D7;
}
.AnyTagClassName
{
color: #DBD7D7;
}
</style>
background-color css
<style>
a { background-color: #DBD7D7; }
a { background-color: rgb(219,215,215); }
div.DivClassName
{
background-color: #DBD7D7;
}
.BgClassName
{
background-color: #DBD7D7;
}
</style>
border-color css
<style>
span { border-color: #DBD7D7; }
span { border-color: rgb(219,215,215); }
td.TdClassName
{
border-color: #DBD7D7;
}
.TagClassName
{
border-color: #DBD7D7;
}
</style>