#E1FAEE

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

Shades of Lily White #E1FAEE

Tints of Lily White #E1FAEE

Color information

#E1FAEE (or 0xE1FAEE) is unknown color: approx Lily White. HEX triplet: E1, FA and EE. RGB value is (225,250,238). Sum of RGB (Red+Green+Blue) = 225+250+238=713 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.56% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAEE is #1E0511. Grayscale: #F1F1F1. Windows color (decimal): -1967378 or 15661793. OLE color: 15661793.

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

Color convert

RGB225250238-
CMYK0.1000.050.02
HSL151.2º71.43%93.14%-
HSV(B)151.2º10%98.04%-
XYZ80.6790.5594.12-
YUV241.16126.22116.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.56%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 238 (93.36% from 255) = 33.38%
R=31.56%
G=35.06%
B=33.38%

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
Decimal2252502380.1000.050.02151.271.4393.14
HexE1FAEEA05297475d
Octal34137235612052227107135
Binary11100001111110101110111010100101101001011110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAEE; }

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

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

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

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

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

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

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

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