Shades of Gainsboro #DFDFDF
Tints of Gainsboro #DFDFDF
RGB
CMYK
RGB Variations
Color information
#DFDFDF (or 0xDFDFDF) is known color: Gainsboro. HEX triplet: DF, DF and DF. RGB value is (223,223,223). Sum of RGB (Red+Green+Blue) = 223+223+223=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 223 - color contains mainly: red, green, blue. Hex color #DFDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFDF is #202020. Grayscale: #DEDEDE. Windows color (decimal): -2105377 or 14671839. OLE color: 14671839.
HSL color Cylindrical-coordinate representation of color #DFDFDF: hue angle of 0º degrees, saturation: 0, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DFDFDF is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 223 | - |
CMYK | 0 | 0 | 0 | 0.13 |
HSL | 0º | 0% | 0.87% | - |
HSV(B) | 0º | 0% | 0.87% | - |
XYZ | 70.14 | 73.79 | 80.36 | - |
YUV | 223 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 223 | 0 | 0 | 0 | 0.13 | 0 | 0 | 0.87 |
Hex | DF | DF | DF | 0 | 0 | 0 | D | 0 | 0 | 57 |
Octal | 337 | 337 | 337 | 0 | 0 | 0 | 15 | 0 | 0 | 127 |
Binary | 11011111 | 11011111 | 11011111 | 0 | 0 | 0 | 1101 | 0 | 0 | 1010111 |
Color Harmonies of #DFDFDF
Complementary color
Monochromatic Colors of #DFDFDF
Black with #DFDFDF
Text Example
Text Example
White with #DFDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFDF; }
p { color: rgb(223,223,223); }
H1.HeaderClassName
{
color: #DFDFDF;
}
.AnyTagClassName
{
color: #DFDFDF;
}
</style>
background-color css
<style>
a { background-color: #DFDFDF; }
a { background-color: rgb(223,223,223); }
div.DivClassName
{
background-color: #DFDFDF;
}
.BgClassName
{
background-color: #DFDFDF;
}
</style>
border-color css
<style>
span { border-color: #DFDFDF; }
span { border-color: rgb(223,223,223); }
td.TdClassName
{
border-color: #DFDFDF;
}
.TagClassName
{
border-color: #DFDFDF;
}
</style>