Shades of Gainsboro #DFDDDD
Tints of Gainsboro #DFDDDD
RGB
CMYK
RGB Variations
Color information
#DFDDDD (or 0xDFDDDD) is known color: Gainsboro. HEX triplet: DF, DD and DD. RGB value is (223,221,221). Sum of RGB (Red+Green+Blue) = 223+221+221=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDDD is #202222. Grayscale: #DDDDDD. Windows color (decimal): -2105891 or 14540255. OLE color: 14540255.
HSL color Cylindrical-coordinate representation of color #DFDDDD: hue angle of 0º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFDDDD is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 221 | - |
CMYK | 0 | 0.01 | 0.01 | 0.13 |
HSL | 0º | 0.03% | 0.87% | - |
HSV(B) | 0º | 0.01% | 0.87% | - |
XYZ | 69.34 | 72.62 | 78.77 | - |
YUV | 221.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 221 | 0 | 0.01 | 0.01 | 0.13 | 0 | 0.03 | 0.87 |
Hex | DF | DD | DD | 0 | 1 | 1 | D | 0 | 3 | 57 |
Octal | 337 | 335 | 335 | 0 | 1 | 1 | 15 | 0 | 3 | 127 |
Binary | 11011111 | 11011101 | 11011101 | 0 | 1 | 1 | 1101 | 0 | 11 | 1010111 |
Color Harmonies of #DFDDDD
Complementary color
Monochromatic Colors of #DFDDDD
Black with #DFDDDD
Text Example
Text Example
White with #DFDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDDD; }
p { color: rgb(223,221,221); }
H1.HeaderClassName
{
color: #DFDDDD;
}
.AnyTagClassName
{
color: #DFDDDD;
}
</style>
background-color css
<style>
a { background-color: #DFDDDD; }
a { background-color: rgb(223,221,221); }
div.DivClassName
{
background-color: #DFDDDD;
}
.BgClassName
{
background-color: #DFDDDD;
}
</style>
border-color css
<style>
span { border-color: #DFDDDD; }
span { border-color: rgb(223,221,221); }
td.TdClassName
{
border-color: #DFDDDD;
}
.TagClassName
{
border-color: #DFDDDD;
}
</style>