#EAF1EE

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

Shades of Lily White #EAF1EE

Tints of Lily White #EAF1EE

Color information

#EAF1EE (or 0xEAF1EE) is unknown color: approx Lily White. HEX triplet: EA, F1 and EE. RGB value is (234,241,238). Sum of RGB (Red+Green+Blue) = 234+241+238=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF1EE is #150E11. Grayscale: #EEEEEE. Windows color (decimal): -1379858 or 15659498. OLE color: 15659498.

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

Color convert

RGB234241238-
CMYK0.0300.010.05
HSL154.29º20%93.14%-
HSV(B)154.29º2.9%94.51%-
XYZ80.8286.5893.34-
YUV238.56127.68124.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 241 (94.53% from 255) = 33.80%
BLUE value IS 238 (93.36% from 255) = 33.38%
R=32.82%
G=33.80%
B=33.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412380.0300.010.05154.292093.14
HexEAF1EE30159a145d
Octal352361356301523224135
Binary111010101111000111101110110110110011010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1EE; }

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

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

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

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

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

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

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

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