#EDF2EF

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

Shades of Lily White #EDF2EF

Tints of Lily White #EDF2EF

Color information

#EDF2EF (or 0xEDF2EF) is unknown color: approx Lily White. HEX triplet: ED, F2 and EF. RGB value is (237,242,239). Sum of RGB (Red+Green+Blue) = 237+242+239=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2EF is #120D10. Grayscale: #F0F0F0. Windows color (decimal): -1182993 or 15725293. OLE color: 15725293.

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

Color convert

RGB237242239-
CMYK0.0200.010.05
HSL144º16.13%93.92%-
HSV(B)144º2.07%94.9%-
XYZ82.2687.7494.26-
YUV240.16127.34125.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.01%
GREEN value IS 242 (94.92% from 255) = 33.70%
BLUE value IS 239 (93.75% from 255) = 33.29%
R=33.01%
G=33.70%
B=33.29%

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
Decimal2372422390.0200.010.0514416.1393.92
HexEDF2EF201590105e
Octal355362357201522020136
Binary111011011111001011101111100110110010000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2EF; }

 p { color: rgb(237,242,239); }

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

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

 a { background-color: rgb(237,242,239); }

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

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

 span { border-color: rgb(237,242,239); }

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