Shades of Gainsboro #DBDADA
Tints of Gainsboro #DBDADA
RGB
CMYK
RGB Variations
Color information
#DBDADA (or 0xDBDADA) is known color: Gainsboro. HEX triplet: DB, DA and DA. RGB value is (219,218,218). Sum of RGB (Red+Green+Blue) = 219+218+218=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDADA is #242525. Grayscale: #DADADA. Windows color (decimal): -2368806 or 14342875. OLE color: 14342875.
HSL color Cylindrical-coordinate representation of color #DBDADA: hue angle of 0º degrees, saturation: 0.01, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DBDADA is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 218 | - |
CMYK | 0 | 0.00 | 0.00 | 0.14 |
HSL | 0º | 0.01% | 0.86% | - |
HSV(B) | 0º | 0% | 0.86% | - |
XYZ | 66.94 | 70.26 | 76.36 | - |
YUV | 218.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 218 | 0 | 0.00 | 0.00 | 0.14 | 0 | 0.01 | 0.86 |
Hex | DB | DA | DA | 0 | 0 | 0 | E | 0 | 1 | 56 |
Octal | 333 | 332 | 332 | 0 | 0 | 0 | 16 | 0 | 1 | 126 |
Binary | 11011011 | 11011010 | 11011010 | 0 | 0 | 0 | 1110 | 0 | 1 | 1010110 |
Color Harmonies of #DBDADA
Complementary color
Monochromatic Colors of #DBDADA
Black with #DBDADA
Text Example
Text Example
White with #DBDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDADA; }
p { color: rgb(219,218,218); }
H1.HeaderClassName
{
color: #DBDADA;
}
.AnyTagClassName
{
color: #DBDADA;
}
</style>
background-color css
<style>
a { background-color: #DBDADA; }
a { background-color: rgb(219,218,218); }
div.DivClassName
{
background-color: #DBDADA;
}
.BgClassName
{
background-color: #DBDADA;
}
</style>
border-color css
<style>
span { border-color: #DBDADA; }
span { border-color: rgb(219,218,218); }
td.TdClassName
{
border-color: #DBDADA;
}
.TagClassName
{
border-color: #DBDADA;
}
</style>