#E2E1DE

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

Shades of Wan White #E2E1DE

Tints of Wan White #E2E1DE

Color information

#E2E1DE (or 0xE2E1DE) is unknown color: approx Wan White. HEX triplet: E2, E1 and DE. RGB value is (226,225,222). Sum of RGB (Red+Green+Blue) = 226+225+222=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1DE is #1D1E21. Grayscale: #E0E0E0. Windows color (decimal): -1908258 or 14606818. OLE color: 14606818.

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

Color convert

RGB226225222-
CMYK00.000.020.11
HSL45º6.45%87.84%-
HSV(B)45º1.77%88.63%-
XYZ71.4775.2979.87-
YUV224.96126.33128.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.58%
GREEN value IS 225 (88.28% from 255) = 33.43%
BLUE value IS 222 (87.11% from 255) = 32.99%
R=33.58%
G=33.43%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622522200.000.020.11456.4587.84
HexE2E1DE002B2d658
Octal34234133600213556130
Binary111000101110000111011110001010111011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1DE; }

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

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

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

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

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

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

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

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