Shades of Gainsboro #E5DEDE
Tints of Gainsboro #E5DEDE
RGB
CMYK
RGB Variations
Color information
#E5DEDE (or 0xE5DEDE) is known color: Gainsboro. HEX triplet: E5, DE and DE. RGB value is (229,222,222). Sum of RGB (Red+Green+Blue) = 229+222+222=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEDE is #1A2121. Grayscale: #E0E0E0. Windows color (decimal): -1712418 or 14606053. OLE color: 14606053.
HSL color Cylindrical-coordinate representation of color #E5DEDE: hue angle of 0º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DEDE is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 222 | 222 | - |
CMYK | 0 | 0.03 | 0.03 | 0.10 |
HSL | 0º | 0.12% | 0.88% | - |
HSV(B) | 0º | 0.03% | 0.9% | - |
XYZ | 71.62 | 74.17 | 79.65 | - |
YUV | 224.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 222 | 222 | 0 | 0.03 | 0.03 | 0.10 | 0 | 0.12 | 0.88 |
Hex | E5 | DE | DE | 0 | 3 | 3 | A | 0 | C | 58 |
Octal | 345 | 336 | 336 | 0 | 3 | 3 | 12 | 0 | 14 | 130 |
Binary | 11100101 | 11011110 | 11011110 | 0 | 11 | 11 | 1010 | 0 | 1100 | 1011000 |
Color Harmonies of #E5DEDE
Complementary color
Monochromatic Colors of #E5DEDE
Black with #E5DEDE
Text Example
Text Example
White with #E5DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEDE; }
p { color: rgb(229,222,222); }
H1.HeaderClassName
{
color: #E5DEDE;
}
.AnyTagClassName
{
color: #E5DEDE;
}
</style>
background-color css
<style>
a { background-color: #E5DEDE; }
a { background-color: rgb(229,222,222); }
div.DivClassName
{
background-color: #E5DEDE;
}
.BgClassName
{
background-color: #E5DEDE;
}
</style>
border-color css
<style>
span { border-color: #E5DEDE; }
span { border-color: rgb(229,222,222); }
td.TdClassName
{
border-color: #E5DEDE;
}
.TagClassName
{
border-color: #E5DEDE;
}
</style>