#E5FAF0

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

Shades of Lily White #E5FAF0

Tints of Lily White #E5FAF0

Color information

#E5FAF0 (or 0xE5FAF0) is unknown color: approx Lily White. HEX triplet: E5, FA and F0. RGB value is (229,250,240). Sum of RGB (Red+Green+Blue) = 229+250+240=719 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.85% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 240 (94.14% from 255 or 33.38% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAF0 is #1A050F. Grayscale: #F2F2F2. Windows color (decimal): -1705232 or 15792869. OLE color: 15792869.

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

Color convert

RGB229250240-
CMYK0.0800.040.02
HSL151.43º67.74%93.92%-
HSV(B)151.43º8.4%98.04%-
XYZ82.2391.3295.73-
YUV242.58126.54118.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.85%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 240 (94.14% from 255) = 33.38%
R=31.85%
G=34.77%
B=33.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292502400.0800.040.02151.4367.7493.92
HexE5FAF0804297445e
Octal34537236010042227104136
Binary11100101111110101111000010000100101001011110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FAF0; }

 p { color: rgb(229,250,240); }

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

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

 a { background-color: rgb(229,250,240); }

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

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

 span { border-color: rgb(229,250,240); }

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