Shades of Gainsboro #E1DADA
Tints of Gainsboro #E1DADA
RGB
CMYK
RGB Variations
Color information
#E1DADA (or 0xE1DADA) is known color: Gainsboro. HEX triplet: E1, DA and DA. RGB value is (225,218,218). Sum of RGB (Red+Green+Blue) = 225+218+218=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DADA is #1E2525. Grayscale: #DCDCDC. Windows color (decimal): -1975590 or 14342881. OLE color: 14342881.
HSL color Cylindrical-coordinate representation of color #E1DADA: hue angle of 0º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DADA is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 218 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.12 |
| HSL | 0º | 0.1% | 0.87% | - |
| HSV(B) | 0º | 0.03% | 0.88% | - |
| XYZ | 68.78 | 71.21 | 76.45 | - |
| YUV | 220.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 218 | 0 | 0.03 | 0.03 | 0.12 | 0 | 0.1 | 0.87 |
| Hex | E1 | DA | DA | 0 | 3 | 3 | C | 0 | A | 57 |
| Octal | 341 | 332 | 332 | 0 | 3 | 3 | 14 | 0 | 12 | 127 |
| Binary | 11100001 | 11011010 | 11011010 | 0 | 11 | 11 | 1100 | 0 | 1010 | 1010111 |
Color Harmonies of #E1DADA
Complementary color
Monochromatic Colors of #E1DADA
Black with #E1DADA
Text Example
Text Example
White with #E1DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DADA; }
p { color: rgb(225,218,218); }
H1.HeaderClassName
{
color: #E1DADA;
}
.AnyTagClassName
{
color: #E1DADA;
}
</style>
background-color css
<style>
a { background-color: #E1DADA; }
a { background-color: rgb(225,218,218); }
div.DivClassName
{
background-color: #E1DADA;
}
.BgClassName
{
background-color: #E1DADA;
}
</style>
border-color css
<style>
span { border-color: #E1DADA; }
span { border-color: rgb(225,218,218); }
td.TdClassName
{
border-color: #E1DADA;
}
.TagClassName
{
border-color: #E1DADA;
}
</style>