Shades of Gainsboro #E2DADA
Tints of Gainsboro #E2DADA
RGB
CMYK
RGB Variations
Color information
#E2DADA (or 0xE2DADA) is known color: Gainsboro. HEX triplet: E2, DA and DA. RGB value is (226,218,218). Sum of RGB (Red+Green+Blue) = 226+218+218=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DADA is #1D2525. Grayscale: #DCDCDC. Windows color (decimal): -1910054 or 14342882. OLE color: 14342882.
HSL color Cylindrical-coordinate representation of color #E2DADA: hue angle of 0º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2DADA is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 218 | 218 | - |
CMYK | 0 | 0.04 | 0.04 | 0.11 |
HSL | 0º | 0.12% | 0.87% | - |
HSV(B) | 0º | 0.04% | 0.89% | - |
XYZ | 69.09 | 71.37 | 76.46 | - |
YUV | 220.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 218 | 0 | 0.04 | 0.04 | 0.11 | 0 | 0.12 | 0.87 |
Hex | E2 | DA | DA | 0 | 4 | 4 | B | 0 | C | 57 |
Octal | 342 | 332 | 332 | 0 | 4 | 4 | 13 | 0 | 14 | 127 |
Binary | 11100010 | 11011010 | 11011010 | 0 | 100 | 100 | 1011 | 0 | 1100 | 1010111 |
Color Harmonies of #E2DADA
Complementary color
Monochromatic Colors of #E2DADA
Black with #E2DADA
Text Example
Text Example
White with #E2DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DADA; }
p { color: rgb(226,218,218); }
H1.HeaderClassName
{
color: #E2DADA;
}
.AnyTagClassName
{
color: #E2DADA;
}
</style>
background-color css
<style>
a { background-color: #E2DADA; }
a { background-color: rgb(226,218,218); }
div.DivClassName
{
background-color: #E2DADA;
}
.BgClassName
{
background-color: #E2DADA;
}
</style>
border-color css
<style>
span { border-color: #E2DADA; }
span { border-color: rgb(226,218,218); }
td.TdClassName
{
border-color: #E2DADA;
}
.TagClassName
{
border-color: #E2DADA;
}
</style>