Shades of Gainsboro #DEDBDB
Tints of Gainsboro #DEDBDB
RGB
CMYK
RGB Variations
Color information
#DEDBDB (or 0xDEDBDB) is known color: Gainsboro. HEX triplet: DE, DB and DB. RGB value is (222,219,219). Sum of RGB (Red+Green+Blue) = 222+219+219=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBDB is #212424. Grayscale: #DBDBDB. Windows color (decimal): -2171941 or 14408670. OLE color: 14408670.
HSL color Cylindrical-coordinate representation of color #DEDBDB: hue angle of 0º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEDBDB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 219 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.13 |
| HSL | 0º | 0.04% | 0.86% | - |
| HSV(B) | 0º | 0.01% | 0.87% | - |
| XYZ | 68.24 | 71.31 | 77.18 | - |
| YUV | 219.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 219 | 0 | 0.01 | 0.01 | 0.13 | 0 | 0.04 | 0.86 |
| Hex | DE | DB | DB | 0 | 1 | 1 | D | 0 | 4 | 56 |
| Octal | 336 | 333 | 333 | 0 | 1 | 1 | 15 | 0 | 4 | 126 |
| Binary | 11011110 | 11011011 | 11011011 | 0 | 1 | 1 | 1101 | 0 | 100 | 1010110 |
Color Harmonies of #DEDBDB
Complementary color
Monochromatic Colors of #DEDBDB
Black with #DEDBDB
Text Example
Text Example
White with #DEDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBDB; }
p { color: rgb(222,219,219); }
H1.HeaderClassName
{
color: #DEDBDB;
}
.AnyTagClassName
{
color: #DEDBDB;
}
</style>
background-color css
<style>
a { background-color: #DEDBDB; }
a { background-color: rgb(222,219,219); }
div.DivClassName
{
background-color: #DEDBDB;
}
.BgClassName
{
background-color: #DEDBDB;
}
</style>
border-color css
<style>
span { border-color: #DEDBDB; }
span { border-color: rgb(222,219,219); }
td.TdClassName
{
border-color: #DEDBDB;
}
.TagClassName
{
border-color: #DEDBDB;
}
</style>