Shades of Gainsboro #DFD8D8
Tints of Gainsboro #DFD8D8
RGB
CMYK
RGB Variations
Color information
#DFD8D8 (or 0xDFD8D8) is known color: Gainsboro. HEX triplet: DF, D8 and D8. RGB value is (223,216,216). Sum of RGB (Red+Green+Blue) = 223+216+216=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8D8 is #202727. Grayscale: #DADADA. Windows color (decimal): -2107176 or 14211295. OLE color: 14211295.
HSL color Cylindrical-coordinate representation of color #DFD8D8: hue angle of 0º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFD8D8 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 216 | 216 | - |
CMYK | 0 | 0.03 | 0.03 | 0.13 |
HSL | 0º | 0.1% | 0.86% | - |
HSV(B) | 0º | 0.03% | 0.87% | - |
XYZ | 67.38 | 69.76 | 74.88 | - |
YUV | 218.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 216 | 216 | 0 | 0.03 | 0.03 | 0.13 | 0 | 0.1 | 0.86 |
Hex | DF | D8 | D8 | 0 | 3 | 3 | D | 0 | A | 56 |
Octal | 337 | 330 | 330 | 0 | 3 | 3 | 15 | 0 | 12 | 126 |
Binary | 11011111 | 11011000 | 11011000 | 0 | 11 | 11 | 1101 | 0 | 1010 | 1010110 |
Color Harmonies of #DFD8D8
Complementary color
Monochromatic Colors of #DFD8D8
Black with #DFD8D8
Text Example
Text Example
White with #DFD8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8D8; }
p { color: rgb(223,216,216); }
H1.HeaderClassName
{
color: #DFD8D8;
}
.AnyTagClassName
{
color: #DFD8D8;
}
</style>
background-color css
<style>
a { background-color: #DFD8D8; }
a { background-color: rgb(223,216,216); }
div.DivClassName
{
background-color: #DFD8D8;
}
.BgClassName
{
background-color: #DFD8D8;
}
</style>
border-color css
<style>
span { border-color: #DFD8D8; }
span { border-color: rgb(223,216,216); }
td.TdClassName
{
border-color: #DFD8D8;
}
.TagClassName
{
border-color: #DFD8D8;
}
</style>