#EDF1EF

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

Shades of Lily White #EDF1EF

Tints of Lily White #EDF1EF

Color information

#EDF1EF (or 0xEDF1EF) is unknown color: approx Lily White. HEX triplet: ED, F1 and EF. RGB value is (237,241,239). Sum of RGB (Red+Green+Blue) = 237+241+239=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 239 (93.75% from 255 or 33.33% from 717); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1EF is #120E10. Grayscale: #EFEFEF. Windows color (decimal): -1183249 or 15725037. OLE color: 15725037.

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

Color convert

RGB237241239-
CMYK0.0200.010.05
HSL150º12.5%93.73%-
HSV(B)150º1.66%94.51%-
XYZ81.9687.1594.16-
YUV239.58127.67126.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 241 (94.53% from 255) = 33.61%
BLUE value IS 239 (93.75% from 255) = 33.33%
R=33.05%
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
Decimal2372412390.0200.010.0515012.593.73
HexEDF1EF201596c5e
Octal355361357201522614136
Binary11101101111100011110111110011011001011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1EF; }

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

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

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

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

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

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

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

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