#EDF9F2

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

Shades of Lily White #EDF9F2

Tints of Lily White #EDF9F2

Color information

#EDF9F2 (or 0xEDF9F2) is unknown color: approx Lily White. HEX triplet: ED, F9 and F2. RGB value is (237,249,242). Sum of RGB (Red+Green+Blue) = 237+249+242=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 249 (97.66% from 255 or 34.20% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9F2 is #12060D. Grayscale: #F4F4F4. Windows color (decimal): -1181198 or 15923693. OLE color: 15923693.

HSL color Cylindrical-coordinate representation of color #EDF9F2: hue angle of 145º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF9F2 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB237249242-
CMYK0.0500.030.02
HSL145º50%95.29%-
HSV(B)145º4.82%97.65%-
XYZ84.8392.1797.32-
YUV244.61126.52122.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.55%
GREEN value IS 249 (97.66% from 255) = 34.20%
BLUE value IS 242 (94.92% from 255) = 33.24%
R=32.55%
G=34.20%
B=33.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372492420.0500.030.021455095.29
HexEDF9F2503291325f
Octal355371362503222162137
Binary11101101111110011111001010101110100100011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9F2; }

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

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

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

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

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

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

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

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