Shades of Gainsboro #DEDEDE
Tints of Gainsboro #DEDEDE
RGB
CMYK
RGB Variations
Color information
#DEDEDE (or 0xDEDEDE) is known color: Gainsboro. HEX triplet: DE, DE and DE. RGB value is (222,222,222). Sum of RGB (Red+Green+Blue) = 222+222+222=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 222 - color contains mainly: red, green, blue. Hex color #DEDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEDE is #212121. Grayscale: #DEDEDE. Windows color (decimal): -2171170 or 14606046. OLE color: 14606046.
HSL color Cylindrical-coordinate representation of color #DEDEDE: 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 #DEDEDE is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 222 | - |
CMYK | 0 | 0 | 0 | 0.13 |
HSL | 0º | 0% | 0.87% | - |
HSV(B) | 0º | 0% | 0.87% | - |
XYZ | 69.43 | 73.05 | 79.55 | - |
YUV | 222 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 222 | 0 | 0 | 0 | 0.13 | 0 | 0 | 0.87 |
Hex | DE | DE | DE | 0 | 0 | 0 | D | 0 | 0 | 57 |
Octal | 336 | 336 | 336 | 0 | 0 | 0 | 15 | 0 | 0 | 127 |
Binary | 11011110 | 11011110 | 11011110 | 0 | 0 | 0 | 1101 | 0 | 0 | 1010111 |
Color Harmonies of #DEDEDE
Complementary color
Monochromatic Colors of #DEDEDE
Black with #DEDEDE
Text Example
Text Example
White with #DEDEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEDE; }
p { color: rgb(222,222,222); }
H1.HeaderClassName
{
color: #DEDEDE;
}
.AnyTagClassName
{
color: #DEDEDE;
}
</style>
background-color css
<style>
a { background-color: #DEDEDE; }
a { background-color: rgb(222,222,222); }
div.DivClassName
{
background-color: #DEDEDE;
}
.BgClassName
{
background-color: #DEDEDE;
}
</style>
border-color css
<style>
span { border-color: #DEDEDE; }
span { border-color: rgb(222,222,222); }
td.TdClassName
{
border-color: #DEDEDE;
}
.TagClassName
{
border-color: #DEDEDE;
}
</style>