Shades of Gainsboro #DFDEDE
Tints of Gainsboro #DFDEDE
RGB
CMYK
RGB Variations
Color information
#DFDEDE (or 0xDFDEDE) is known color: Gainsboro. HEX triplet: DF, DE and DE. RGB value is (223,222,222). Sum of RGB (Red+Green+Blue) = 223+222+222=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEDE is #202121. Grayscale: #DEDEDE. Windows color (decimal): -2105634 or 14606047. OLE color: 14606047.
HSL color Cylindrical-coordinate representation of color #DFDEDE: hue angle of 0º degrees, saturation: 0.02, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DFDEDE is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 222 | 222 | - |
CMYK | 0 | 0.00 | 0.00 | 0.13 |
HSL | 0º | 0.02% | 0.87% | - |
HSV(B) | 0º | 0% | 0.87% | - |
XYZ | 69.74 | 73.2 | 79.56 | - |
YUV | 222.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 222 | 0 | 0.00 | 0.00 | 0.13 | 0 | 0.02 | 0.87 |
Hex | DF | DE | DE | 0 | 0 | 0 | D | 0 | 2 | 57 |
Octal | 337 | 336 | 336 | 0 | 0 | 0 | 15 | 0 | 2 | 127 |
Binary | 11011111 | 11011110 | 11011110 | 0 | 0 | 0 | 1101 | 0 | 10 | 1010111 |
Color Harmonies of #DFDEDE
Complementary color
Monochromatic Colors of #DFDEDE
Black with #DFDEDE
Text Example
Text Example
White with #DFDEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEDE; }
p { color: rgb(223,222,222); }
H1.HeaderClassName
{
color: #DFDEDE;
}
.AnyTagClassName
{
color: #DFDEDE;
}
</style>
background-color css
<style>
a { background-color: #DFDEDE; }
a { background-color: rgb(223,222,222); }
div.DivClassName
{
background-color: #DFDEDE;
}
.BgClassName
{
background-color: #DFDEDE;
}
</style>
border-color css
<style>
span { border-color: #DFDEDE; }
span { border-color: rgb(223,222,222); }
td.TdClassName
{
border-color: #DFDEDE;
}
.TagClassName
{
border-color: #DFDEDE;
}
</style>