Shades of Gainsboro #DED8D8
Tints of Gainsboro #DED8D8
RGB
CMYK
RGB Variations
Color information
#DED8D8 (or 0xDED8D8) is known color: Gainsboro. HEX triplet: DE, D8 and D8. RGB value is (222,216,216). Sum of RGB (Red+Green+Blue) = 222+216+216=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8D8 is #212727. Grayscale: #D9D9D9. Windows color (decimal): -2172712 or 14211294. OLE color: 14211294.
HSL color Cylindrical-coordinate representation of color #DED8D8: hue angle of 0º degrees, saturation: 0.08, 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 #DED8D8 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 216 | 216 | - |
CMYK | 0 | 0.03 | 0.03 | 0.13 |
HSL | 0º | 0.08% | 0.86% | - |
HSV(B) | 0º | 0.03% | 0.87% | - |
XYZ | 67.07 | 69.6 | 74.86 | - |
YUV | 217.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 216 | 216 | 0 | 0.03 | 0.03 | 0.13 | 0 | 0.08 | 0.86 |
Hex | DE | D8 | D8 | 0 | 3 | 3 | D | 0 | 8 | 56 |
Octal | 336 | 330 | 330 | 0 | 3 | 3 | 15 | 0 | 10 | 126 |
Binary | 11011110 | 11011000 | 11011000 | 0 | 11 | 11 | 1101 | 0 | 1000 | 1010110 |
Color Harmonies of #DED8D8
Complementary color
Monochromatic Colors of #DED8D8
Black with #DED8D8
Text Example
Text Example
White with #DED8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8D8; }
p { color: rgb(222,216,216); }
H1.HeaderClassName
{
color: #DED8D8;
}
.AnyTagClassName
{
color: #DED8D8;
}
</style>
background-color css
<style>
a { background-color: #DED8D8; }
a { background-color: rgb(222,216,216); }
div.DivClassName
{
background-color: #DED8D8;
}
.BgClassName
{
background-color: #DED8D8;
}
</style>
border-color css
<style>
span { border-color: #DED8D8; }
span { border-color: rgb(222,216,216); }
td.TdClassName
{
border-color: #DED8D8;
}
.TagClassName
{
border-color: #DED8D8;
}
</style>