Shades of Gainsboro #DFDBDB
Tints of Gainsboro #DFDBDB
RGB
CMYK
RGB Variations
Color information
#DFDBDB (or 0xDFDBDB) is known color: Gainsboro. HEX triplet: DF, DB and DB. RGB value is (223,219,219). Sum of RGB (Red+Green+Blue) = 223+219+219=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBDB is #202424. Grayscale: #DCDCDC. Windows color (decimal): -2106405 or 14408671. OLE color: 14408671.
HSL color Cylindrical-coordinate representation of color #DFDBDB: hue angle of 0º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFDBDB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 219 | - |
CMYK | 0 | 0.02 | 0.02 | 0.13 |
HSL | 0º | 0.06% | 0.87% | - |
HSV(B) | 0º | 0.02% | 0.87% | - |
XYZ | 68.55 | 71.47 | 77.2 | - |
YUV | 220.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 219 | 0 | 0.02 | 0.02 | 0.13 | 0 | 0.06 | 0.87 |
Hex | DF | DB | DB | 0 | 2 | 2 | D | 0 | 6 | 57 |
Octal | 337 | 333 | 333 | 0 | 2 | 2 | 15 | 0 | 6 | 127 |
Binary | 11011111 | 11011011 | 11011011 | 0 | 10 | 10 | 1101 | 0 | 110 | 1010111 |
Color Harmonies of #DFDBDB
Complementary color
Monochromatic Colors of #DFDBDB
Black with #DFDBDB
Text Example
Text Example
White with #DFDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBDB; }
p { color: rgb(223,219,219); }
H1.HeaderClassName
{
color: #DFDBDB;
}
.AnyTagClassName
{
color: #DFDBDB;
}
</style>
background-color css
<style>
a { background-color: #DFDBDB; }
a { background-color: rgb(223,219,219); }
div.DivClassName
{
background-color: #DFDBDB;
}
.BgClassName
{
background-color: #DFDBDB;
}
</style>
border-color css
<style>
span { border-color: #DFDBDB; }
span { border-color: rgb(223,219,219); }
td.TdClassName
{
border-color: #DFDBDB;
}
.TagClassName
{
border-color: #DFDBDB;
}
</style>