#EEF1EF

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

Shades of Lily White #EEF1EF

Tints of Lily White #EEF1EF

Color information

#EEF1EF (or 0xEEF1EF) is unknown color: approx Lily White. HEX triplet: EE, F1 and EF. RGB value is (238,241,239). Sum of RGB (Red+Green+Blue) = 238+241+239=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1EF is #110E10. Grayscale: #EFEFEF. Windows color (decimal): -1117713 or 15725038. OLE color: 15725038.

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

Color convert

RGB238241239-
CMYK0.0100.010.05
HSL140º9.68%93.92%-
HSV(B)140º1.24%94.51%-
XYZ82.387.3294.18-
YUV239.87127.51126.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.15%
GREEN value IS 241 (94.53% from 255) = 33.57%
BLUE value IS 239 (93.75% from 255) = 33.29%
R=33.15%
G=33.57%
B=33.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412390.0100.010.051409.6893.92
HexEEF1EF10158ca5e
Octal356361357101521412136
Binary1110111011110001111011111011011000110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1EF; }

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

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

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

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

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

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

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

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