#EEF2F0

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

Shades of Lily White #EEF2F0

Tints of Lily White #EEF2F0

Color information

#EEF2F0 (or 0xEEF2F0) is unknown color: approx Lily White. HEX triplet: EE, F2 and F0. RGB value is (238,242,240). Sum of RGB (Red+Green+Blue) = 238+242+240=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2F0 is #110D0F. Grayscale: #F0F0F0. Windows color (decimal): -1117456 or 15790830. OLE color: 15790830.

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

Color convert

RGB238242240-
CMYK0.0200.010.05
HSL150º13.33%94.12%-
HSV(B)150º1.65%94.9%-
XYZ82.7487.9795.06-
YUV240.58127.67126.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.06%
GREEN value IS 242 (94.92% from 255) = 33.61%
BLUE value IS 240 (94.14% from 255) = 33.33%
R=33.06%
G=33.61%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422400.0200.010.0515013.3394.12
HexEEF2F0201596d5e
Octal356362360201522615136
Binary11101110111100101111000010011011001011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2F0; }

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

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

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

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

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

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

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

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