Html Css Color HEX #EDF1EF Lily White

📋 copy color: '#EDF1EF'

red 237 ◦ green 241 ◦ blue 239

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

Shades of Lily White #EDF1EF

Tints of Lily White #EDF1EF

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 value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

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

RGB 237 241 239 -
CMYK 0.02 0 0.01 0.05
HSL 150º 0.13% 0.94% -
HSV(B) 150º 0.02% 0.95% -
XYZ 81.96 87.15 94.16 -
YUV 239.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 237 241 239 0.02 0 0.01 0.05 150 0.13 0.94
Hex ED F1 EF 2 0 1 5 96 C 5E
Octal 355 361 357 2 0 1 5 226 14 136
Binary 11101101 11110001 11101111 10 0 1 101 10010110 1100 1011110

Color Harmonies of #EDF1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1EF

Black with #EDF1EF

Text Example


Text Example

White with #EDF1EF

Text Example


Text Example

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