#E2DEDE

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

Shades of Gainsboro #E2DEDE

Tints of Gainsboro #E2DEDE

Color information

#E2DEDE (or 0xE2DEDE) is unknown color: approx Gainsboro. HEX triplet: E2, DE and DE. RGB value is (226,222,222). Sum of RGB (Red+Green+Blue) = 226+222+222=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DEDE is #1D2121. Grayscale: #DFDFDF. Windows color (decimal): -1909026 or 14606050. OLE color: 14606050.

HSL color Cylindrical-coordinate representation of color #E2DEDE: hue angle of 0º degrees, saturation: 0.06, 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 #E2DEDE is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226222222-
CMYK00.020.020.11
HSL6.45%87.84%-
HSV(B)1.77%88.63%-
XYZ70.6773.6979.61-
YUV223.2127.33130-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=33.73%
G=33.13%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622222200.020.020.1106.4587.84
HexE2DEDE022B0658
Octal3423363360221306130
Binary11100010110111101101111001010101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DEDE; }

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

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

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

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

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

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

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

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