#E2FAEE

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

Shades of Lily White #E2FAEE

Tints of Lily White #E2FAEE

Color information

#E2FAEE (or 0xE2FAEE) is unknown color: approx Lily White. HEX triplet: E2, FA and EE. RGB value is (226,250,238). Sum of RGB (Red+Green+Blue) = 226+250+238=714 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.65% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAEE is #1D0511. Grayscale: #F1F1F1. Windows color (decimal): -1901842 or 15661794. OLE color: 15661794.

HSL color Cylindrical-coordinate representation of color #E2FAEE: hue angle of 150º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FAEE is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB226250238-
CMYK0.1000.050.02
HSL150º70.59%93.33%-
HSV(B)150º9.6%98.04%-
XYZ80.9890.7194.13-
YUV241.46126.05116.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.65%
GREEN value IS 250 (98.05% from 255) = 35.01%
BLUE value IS 238 (93.36% from 255) = 33.33%
R=31.65%
G=35.01%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262502380.1000.050.0215070.5993.33
HexE2FAEEA05296475d
Octal34237235612052226107135
Binary11100010111110101110111010100101101001011010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAEE; }

 p { color: rgb(226,250,238); }

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

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

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

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

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

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

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