#EAF2ED

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

Shades of Lily White #EAF2ED

Tints of Lily White #EAF2ED

Color information

#EAF2ED (or 0xEAF2ED) is unknown color: approx Lily White. HEX triplet: EA, F2 and ED. RGB value is (234,242,237). Sum of RGB (Red+Green+Blue) = 234+242+237=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2ED is #150D12. Grayscale: #EFEFEF. Windows color (decimal): -1379603 or 15594218. OLE color: 15594218.

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

Color convert

RGB234242237-
CMYK0.0300.020.05
HSL142.5º23.53%93.33%-
HSV(B)142.5º3.31%94.9%-
XYZ80.9787.1192.67-
YUV239.04126.85124.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 242 (94.92% from 255) = 33.94%
BLUE value IS 237 (92.97% from 255) = 33.24%
R=32.82%
G=33.94%
B=33.24%

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
Decimal2342422370.0300.020.05142.523.5393.33
HexEAF2ED30258e185d
Octal352362355302521630135
Binary1110101011110010111011011101010110001110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2ED; }

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

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

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

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

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

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

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

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