#E3E2E2

Color #E3E2E2 Gainsboro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gainsboro #E3E2E2

Tints of Gainsboro #E3E2E2

Color information

#E3E2E2 (or 0xE3E2E2) is unknown color: approx 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

RGB227226226-
CMYK00.000.000.11
HSL1.75%88.82%-
HSV(B)0.44%89.02%-
XYZ72.676.2182.84-
YUV226.3127.83128.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 33.43%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 226 (88.67% from 255) = 33.28%
R=33.43%
G=33.28%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722622600.000.000.1101.7588.82
HexE3E2E2000B0259
Octal3433423420001302131
Binary11100011111000101110001000010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>