Shades of Gainsboro #E3E2E2
Tints of Gainsboro #E3E2E2
RGB
CMYK
RGB Variations
Color information
#E3E2E2 (or 0xE3E2E2) is known color: Gainsboro. HEX triplet: E3, E2 and E2. RGB value is (227,226,226). Sum of RGB (Red+Green+Blue) = 227+226+226=679 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.43% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E2E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3E2E2 is #1C1D1D. Grayscale: #E2E2E2. Windows color (decimal): -1842462 or 14869219. OLE color: 14869219.
HSL color Cylindrical-coordinate representation of color #E3E2E2: hue angle of 0º degrees, saturation: 0.02, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0%. Process color model (Four color, CMYK) of #E3E2E2 is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 226 | 226 | - |
CMYK | 0 | 0.00 | 0.00 | 0.11 |
HSL | 0º | 0.02% | 0.89% | - |
HSV(B) | 0º | 0% | 0.89% | - |
XYZ | 72.6 | 76.21 | 82.84 | - |
YUV | 226.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 226 | 226 | 0 | 0.00 | 0.00 | 0.11 | 0 | 0.02 | 0.89 |
Hex | E3 | E2 | E2 | 0 | 0 | 0 | B | 0 | 2 | 59 |
Octal | 343 | 342 | 342 | 0 | 0 | 0 | 13 | 0 | 2 | 131 |
Binary | 11100011 | 11100010 | 11100010 | 0 | 0 | 0 | 1011 | 0 | 10 | 1011001 |
Color Harmonies of #E3E2E2
Complementary color
Monochromatic Colors of #E3E2E2
Black with #E3E2E2
Text Example
Text Example
White with #E3E2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E2E2; }
p { color: rgb(227,226,226); }
H1.HeaderClassName
{
color: #E3E2E2;
}
.AnyTagClassName
{
color: #E3E2E2;
}
</style>
background-color css
<style>
a { background-color: #E3E2E2; }
a { background-color: rgb(227,226,226); }
div.DivClassName
{
background-color: #E3E2E2;
}
.BgClassName
{
background-color: #E3E2E2;
}
</style>
border-color css
<style>
span { border-color: #E3E2E2; }
span { border-color: rgb(227,226,226); }
td.TdClassName
{
border-color: #E3E2E2;
}
.TagClassName
{
border-color: #E3E2E2;
}
</style>