#EDF4F0

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

Shades of Lily White #EDF4F0

Tints of Lily White #EDF4F0

Color information

#EDF4F0 (or 0xEDF4F0) is unknown color: approx Lily White. HEX triplet: ED, F4 and F0. RGB value is (237,244,240). Sum of RGB (Red+Green+Blue) = 237+244+240=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 244 (95.70% from 255 or 33.84% from 721); Blue value is 240 (94.14% from 255 or 33.29% from 721); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4F0 is #120B0F. Grayscale: #F1F1F1. Windows color (decimal): -1182480 or 15791341. OLE color: 15791341.

HSL color Cylindrical-coordinate representation of color #EDF4F0: hue angle of 145.71º degrees, saturation: 0.24, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF4F0 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB237244240-
CMYK0.0300.020.04
HSL145.71º24.14%94.31%-
HSV(B)145.71º2.87%95.69%-
XYZ838995.24-
YUV241.45127.18124.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.87%
GREEN value IS 244 (95.70% from 255) = 33.84%
BLUE value IS 240 (94.14% from 255) = 33.29%
R=32.87%
G=33.84%
B=33.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372442400.0300.020.04145.7124.1494.31
HexEDF4F0302492185e
Octal355364360302422230136
Binary1110110111110100111100001101010010010010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4F0; }

 p { color: rgb(237,244,240); }

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

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

 a { background-color: rgb(237,244,240); }

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

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

 span { border-color: rgb(237,244,240); }

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