Shades of Gainsboro #E2DDDD
Tints of Gainsboro #E2DDDD
RGB
CMYK
RGB Variations
Color information
#E2DDDD (or 0xE2DDDD) is known color: Gainsboro. HEX triplet: E2, DD and DD. RGB value is (226,221,221). Sum of RGB (Red+Green+Blue) = 226+221+221=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDDD is #1D2222. Grayscale: #DEDEDE. Windows color (decimal): -1909283 or 14540258. OLE color: 14540258.
HSL color Cylindrical-coordinate representation of color #E2DDDD: hue angle of 0º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2DDDD is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 221 | - |
CMYK | 0 | 0.02 | 0.02 | 0.11 |
HSL | 0º | 0.08% | 0.88% | - |
HSV(B) | 0º | 0.02% | 0.89% | - |
XYZ | 70.27 | 73.1 | 78.81 | - |
YUV | 222.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 221 | 0 | 0.02 | 0.02 | 0.11 | 0 | 0.08 | 0.88 |
Hex | E2 | DD | DD | 0 | 2 | 2 | B | 0 | 8 | 58 |
Octal | 342 | 335 | 335 | 0 | 2 | 2 | 13 | 0 | 10 | 130 |
Binary | 11100010 | 11011101 | 11011101 | 0 | 10 | 10 | 1011 | 0 | 1000 | 1011000 |
Color Harmonies of #E2DDDD
Complementary color
Monochromatic Colors of #E2DDDD
Black with #E2DDDD
Text Example
Text Example
White with #E2DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDDD; }
p { color: rgb(226,221,221); }
H1.HeaderClassName
{
color: #E2DDDD;
}
.AnyTagClassName
{
color: #E2DDDD;
}
</style>
background-color css
<style>
a { background-color: #E2DDDD; }
a { background-color: rgb(226,221,221); }
div.DivClassName
{
background-color: #E2DDDD;
}
.BgClassName
{
background-color: #E2DDDD;
}
</style>
border-color css
<style>
span { border-color: #E2DDDD; }
span { border-color: rgb(226,221,221); }
td.TdClassName
{
border-color: #E2DDDD;
}
.TagClassName
{
border-color: #E2DDDD;
}
</style>