Shades of Gainsboro #DBD6D6
Tints of Gainsboro #DBD6D6
RGB
CMYK
RGB Variations
Color information
#DBD6D6 (or 0xDBD6D6) is known color: Gainsboro. HEX triplet: DB, D6 and D6. RGB value is (219,214,214). Sum of RGB (Red+Green+Blue) = 219+214+214=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6D6 is #242929. Grayscale: #D7D7D7. Windows color (decimal): -2369834 or 14079707. OLE color: 14079707.
HSL color Cylindrical-coordinate representation of color #DBD6D6: hue angle of 0º degrees, saturation: 0.06, 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 #DBD6D6 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 214 | 214 | - |
CMYK | 0 | 0.02 | 0.02 | 0.14 |
HSL | 0º | 0.06% | 0.85% | - |
HSV(B) | 0º | 0.02% | 0.86% | - |
XYZ | 65.4 | 68.01 | 73.3 | - |
YUV | 215.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 214 | 0 | 0.02 | 0.02 | 0.14 | 0 | 0.06 | 0.85 |
Hex | DB | D6 | D6 | 0 | 2 | 2 | E | 0 | 6 | 55 |
Octal | 333 | 326 | 326 | 0 | 2 | 2 | 16 | 0 | 6 | 125 |
Binary | 11011011 | 11010110 | 11010110 | 0 | 10 | 10 | 1110 | 0 | 110 | 1010101 |
Color Harmonies of #DBD6D6
Complementary color
Monochromatic Colors of #DBD6D6
Black with #DBD6D6
Text Example
Text Example
White with #DBD6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6D6; }
p { color: rgb(219,214,214); }
H1.HeaderClassName
{
color: #DBD6D6;
}
.AnyTagClassName
{
color: #DBD6D6;
}
</style>
background-color css
<style>
a { background-color: #DBD6D6; }
a { background-color: rgb(219,214,214); }
div.DivClassName
{
background-color: #DBD6D6;
}
.BgClassName
{
background-color: #DBD6D6;
}
</style>
border-color css
<style>
span { border-color: #DBD6D6; }
span { border-color: rgb(219,214,214); }
td.TdClassName
{
border-color: #DBD6D6;
}
.TagClassName
{
border-color: #DBD6D6;
}
</style>