#E5EFEA

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

Shades of Lily White #E5EFEA

Tints of Lily White #E5EFEA

Color information

#E5EFEA (or 0xE5EFEA) is unknown color: approx Lily White. HEX triplet: E5, EF and EA. RGB value is (229,239,234). Sum of RGB (Red+Green+Blue) = 229+239+234=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFEA is #1A1015. Grayscale: #EBEBEB. Windows color (decimal): -1708054 or 15396837. OLE color: 15396837.

HSL color Cylindrical-coordinate representation of color #E5EFEA: hue angle of 150º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5EFEA is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB229239234-
CMYK0.0400.020.06
HSL150º23.81%91.76%-
HSV(B)150º4.18%93.73%-
XYZ78.0384.3390.01-
YUV235.44127.19123.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.62%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 234 (91.80% from 255) = 33.33%
R=32.62%
G=34.05%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292392340.0400.020.0615023.8191.76
HexE5EFEA402696185c
Octal345357352402622630134
Binary11100101111011111110101010001011010010110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EFEA; }

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

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

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

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

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

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

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

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