Html Css Color HEX #EDF4F0 Lily White

📋 copy color: '#EDF4F0'

red 237 ◦ green 244 ◦ blue 240

#EDF4F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily White #EDF4F0

Tints of Lily White #EDF4F0

RGB

 RED value IS 237 (92.97% from 255) = 32.87%

 GREEN value IS 244 (95.7% 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 value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#EDF4F0 (or 0xEDF4F0) is known color: 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

RGB 237 244 240 -
CMYK 0.03 0 0.02 0.04
HSL 145.71º 0.24% 0.94% -
HSV(B) 145.71º 0.03% 0.96% -
XYZ 83 89 95.24 -
YUV 241.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 237 244 240 0.03 0 0.02 0.04 145.71 0.24 0.94
Hex ED F4 F0 3 0 2 4 92 18 5E
Octal 355 364 360 3 0 2 4 222 30 136
Binary 11101101 11110100 11110000 11 0 10 100 10010010 11000 1011110

Color Harmonies of #EDF4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4F0

Black with #EDF4F0

Text Example


Text Example

White with #EDF4F0

Text Example


Text Example

HTML Codes & Css Web 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>