Shades of Gainsboro #E4DEDE
Tints of Gainsboro #E4DEDE
RGB
CMYK
RGB Variations
Color information
#E4DEDE (or 0xE4DEDE) is known color: Gainsboro. HEX triplet: E4, DE and DE. RGB value is (228,222,222). Sum of RGB (Red+Green+Blue) = 228+222+222=672 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.93% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DEDE is #1B2121. Grayscale: #DFDFDF. Windows color (decimal): -1777954 or 14606052. OLE color: 14606052.
HSL color Cylindrical-coordinate representation of color #E4DEDE: hue angle of 0º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E4DEDE is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 222 | 222 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.11 |
| HSL | 0º | 0.1% | 0.88% | - |
| HSV(B) | 0º | 0.03% | 0.89% | - |
| XYZ | 71.3 | 74.01 | 79.63 | - |
| YUV | 223.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 222 | 222 | 0 | 0.03 | 0.03 | 0.11 | 0 | 0.1 | 0.88 |
| Hex | E4 | DE | DE | 0 | 3 | 3 | B | 0 | A | 58 |
| Octal | 344 | 336 | 336 | 0 | 3 | 3 | 13 | 0 | 12 | 130 |
| Binary | 11100100 | 11011110 | 11011110 | 0 | 11 | 11 | 1011 | 0 | 1010 | 1011000 |
Color Harmonies of #E4DEDE
Complementary color
Monochromatic Colors of #E4DEDE
Black with #E4DEDE
Text Example
Text Example
White with #E4DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DEDE; }
p { color: rgb(228,222,222); }
H1.HeaderClassName
{
color: #E4DEDE;
}
.AnyTagClassName
{
color: #E4DEDE;
}
</style>
background-color css
<style>
a { background-color: #E4DEDE; }
a { background-color: rgb(228,222,222); }
div.DivClassName
{
background-color: #E4DEDE;
}
.BgClassName
{
background-color: #E4DEDE;
}
</style>
border-color css
<style>
span { border-color: #E4DEDE; }
span { border-color: rgb(228,222,222); }
td.TdClassName
{
border-color: #E4DEDE;
}
.TagClassName
{
border-color: #E4DEDE;
}
</style>