Shades of Gainsboro #E1DEDE
Tints of Gainsboro #E1DEDE
RGB
CMYK
RGB Variations
Color information
#E1DEDE (or 0xE1DEDE) is known color: Gainsboro. HEX triplet: E1, DE and DE. RGB value is (225,222,222). Sum of RGB (Red+Green+Blue) = 225+222+222=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEDE is #1E2121. Grayscale: #DEDEDE. Windows color (decimal): -1974562 or 14606049. OLE color: 14606049.
HSL color Cylindrical-coordinate representation of color #E1DEDE: hue angle of 0º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E1DEDE is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
RGB | 225 | 222 | 222 | - |
CMYK | 0 | 0.01 | 0.01 | 0.12 |
HSL | 0º | 0.05% | 0.88% | - |
HSV(B) | 0º | 0.01% | 0.88% | - |
XYZ | 70.36 | 73.52 | 79.59 | - |
YUV | 222.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 222 | 222 | 0 | 0.01 | 0.01 | 0.12 | 0 | 0.05 | 0.88 |
Hex | E1 | DE | DE | 0 | 1 | 1 | C | 0 | 5 | 58 |
Octal | 341 | 336 | 336 | 0 | 1 | 1 | 14 | 0 | 5 | 130 |
Binary | 11100001 | 11011110 | 11011110 | 0 | 1 | 1 | 1100 | 0 | 101 | 1011000 |
Color Harmonies of #E1DEDE
Complementary color
Monochromatic Colors of #E1DEDE
Black with #E1DEDE
Text Example
Text Example
White with #E1DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEDE; }
p { color: rgb(225,222,222); }
H1.HeaderClassName
{
color: #E1DEDE;
}
.AnyTagClassName
{
color: #E1DEDE;
}
</style>
background-color css
<style>
a { background-color: #E1DEDE; }
a { background-color: rgb(225,222,222); }
div.DivClassName
{
background-color: #E1DEDE;
}
.BgClassName
{
background-color: #E1DEDE;
}
</style>
border-color css
<style>
span { border-color: #E1DEDE; }
span { border-color: rgb(225,222,222); }
td.TdClassName
{
border-color: #E1DEDE;
}
.TagClassName
{
border-color: #E1DEDE;
}
</style>