Shades of Gainsboro #E1DDDD
Tints of Gainsboro #E1DDDD
RGB
CMYK
RGB Variations
Color information
#E1DDDD (or 0xE1DDDD) is known color: Gainsboro. HEX triplet: E1, DD and DD. RGB value is (225,221,221). Sum of RGB (Red+Green+Blue) = 225+221+221=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDDD is #1E2222. Grayscale: #DEDEDE. Windows color (decimal): -1974819 or 14540257. OLE color: 14540257.
HSL color Cylindrical-coordinate representation of color #E1DDDD: hue angle of 0º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E1DDDD is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 221 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.12 |
| HSL | 0º | 0.06% | 0.87% | - |
| HSV(B) | 0º | 0.02% | 0.88% | - |
| XYZ | 69.96 | 72.94 | 78.8 | - |
| YUV | 222.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 221 | 0 | 0.02 | 0.02 | 0.12 | 0 | 0.06 | 0.87 |
| Hex | E1 | DD | DD | 0 | 2 | 2 | C | 0 | 6 | 57 |
| Octal | 341 | 335 | 335 | 0 | 2 | 2 | 14 | 0 | 6 | 127 |
| Binary | 11100001 | 11011101 | 11011101 | 0 | 10 | 10 | 1100 | 0 | 110 | 1010111 |
Color Harmonies of #E1DDDD
Complementary color
Monochromatic Colors of #E1DDDD
Black with #E1DDDD
Text Example
Text Example
White with #E1DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDDD; }
p { color: rgb(225,221,221); }
H1.HeaderClassName
{
color: #E1DDDD;
}
.AnyTagClassName
{
color: #E1DDDD;
}
</style>
background-color css
<style>
a { background-color: #E1DDDD; }
a { background-color: rgb(225,221,221); }
div.DivClassName
{
background-color: #E1DDDD;
}
.BgClassName
{
background-color: #E1DDDD;
}
</style>
border-color css
<style>
span { border-color: #E1DDDD; }
span { border-color: rgb(225,221,221); }
td.TdClassName
{
border-color: #E1DDDD;
}
.TagClassName
{
border-color: #E1DDDD;
}
</style>