#E1DEDE

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

Shades of Gainsboro #E1DEDE

Tints of Gainsboro #E1DEDE

Color information

#E1DEDE (or 0xE1DEDE) is unknown color: approx Gainsboro. HEX triplet: E1, DE and DE. RGB value is (225,222,222). Sum of RGB (Red+Green+Blue) = 225+222+222=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEDE is #1E2121. Grayscale: #DEDEDE. Windows color (decimal): -1974562 or 14606049. OLE color: 14606049.

HSL color Cylindrical-coordinate representation of color #E1DEDE: hue angle of 0º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E1DEDE is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225222222-
CMYK00.010.010.12
HSL4.76%87.65%-
HSV(B)1.33%88.24%-
XYZ70.3673.5279.59-
YUV222.9127.49129.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.63%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=33.63%
G=33.18%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522222200.010.010.1204.7687.65
HexE1DEDE011C0558
Octal3413363360111405130
Binary111000011101111011011110011110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEDE; }

 p { color: rgb(225,222,222); }

 H1.HeaderClassName
 {
   color: #E1DEDE;
 }
 .AnyTagClassName
 {
   color: #E1DEDE;
 }
</style>
background-color css

<style>
 a { background-color: #E1DEDE; }

 a { background-color: rgb(225,222,222); }

 div.DivClassName
 {
   background-color: #E1DEDE;
 }
 .BgClassName
 {
   background-color: #E1DEDE;
 }
</style>
border-color css

<style>
 span { border-color: #E1DEDE; }

 span { border-color: rgb(225,222,222); }

 td.TdClassName
 {
   border-color: #E1DEDE;
 }
 .TagClassName
 {
   border-color: #E1DEDE;
 }
</style>