#EEF0EF

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

Shades of Lily White #EEF0EF

Tints of Lily White #EEF0EF

Color information

#EEF0EF (or 0xEEF0EF) is unknown color: approx Lily White. HEX triplet: EE, F0 and EF. RGB value is (238,240,239). Sum of RGB (Red+Green+Blue) = 238+240+239=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 239 (93.75% from 255 or 33.33% from 717); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0EF is #110F10. Grayscale: #EFEFEF. Windows color (decimal): -1117969 or 15724782. OLE color: 15724782.

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

Color convert

RGB238240239-
CMYK0.0100.000.06
HSL150º6.25%93.73%-
HSV(B)150º0.83%94.12%-
XYZ8286.7394.08-
YUV239.29127.84127.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.19%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 239 (93.75% from 255) = 33.33%
R=33.19%
G=33.47%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402390.0100.000.061506.2593.73
HexEEF0EF10069665e
Octal35636035710062266136
Binary111011101111000011101111100110100101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0EF; }

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

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

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

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

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

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

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

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