#E2EAE5

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

Shades of Lily White #E2EAE5

Tints of Lily White #E2EAE5

Color information

#E2EAE5 (or 0xE2EAE5) is unknown color: approx Lily White. HEX triplet: E2, EA and E5. RGB value is (226,234,229). Sum of RGB (Red+Green+Blue) = 226+234+229=689 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.80% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EAE5 is #1D151A. Grayscale: #E7E7E7. Windows color (decimal): -1905947 or 15067874. OLE color: 15067874.

HSL color Cylindrical-coordinate representation of color #E2EAE5: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2EAE5 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB226234229-
CMYK0.0300.020.08
HSL142.5º16%90.2%-
HSV(B)142.5º3.42%91.76%-
XYZ74.9380.6785.75-
YUV231.04126.85124.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.80%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 229 (89.84% from 255) = 33.24%
R=32.80%
G=33.96%
B=33.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262342290.0300.020.08142.51690.2
HexE2EAE530288e105a
Octal3423523453021021620132
Binary11100010111010101110010111010100010001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EAE5; }

 p { color: rgb(226,234,229); }

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

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

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

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

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

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

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