#EAF2EE

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

Shades of Lily White #EAF2EE

Tints of Lily White #EAF2EE

Color information

#EAF2EE (or 0xEAF2EE) is unknown color: approx Lily White. HEX triplet: EA, F2 and EE. RGB value is (234,242,238). Sum of RGB (Red+Green+Blue) = 234+242+238=714 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.77% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2EE is #150D11. Grayscale: #EFEFEF. Windows color (decimal): -1379602 or 15659754. OLE color: 15659754.

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

Color convert

RGB234242238-
CMYK0.0300.020.05
HSL150º23.53%93.33%-
HSV(B)150º3.31%94.9%-
XYZ81.1287.1793.44-
YUV239.15127.35124.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.77%
GREEN value IS 242 (94.92% from 255) = 33.89%
BLUE value IS 238 (93.36% from 255) = 33.33%
R=32.77%
G=33.89%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342422380.0300.020.0515023.5393.33
HexEAF2EE302596185d
Octal352362356302522630135
Binary1110101011110010111011101101010110010110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2EE; }

 p { color: rgb(234,242,238); }

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

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

 a { background-color: rgb(234,242,238); }

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

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

 span { border-color: rgb(234,242,238); }

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