Html Css Color HEX #EDF0EE Lily White

📋 copy color: '#EDF0EE'

red 237 ◦ green 240 ◦ blue 238

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

Shades of Lily White #EDF0EE

Tints of Lily White #EDF0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.57%

 BLUE value IS 238 (93.36% from 255) = 33.29%

R = 33.15%
G = 33.57%
B = 33.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EDF0EE (or 0xEDF0EE) is known color: Lily White. HEX triplet: ED, F0 and EE. RGB value is (237,240,238). Sum of RGB (Red+Green+Blue) = 237+240+238=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0EE is #120F11. Grayscale: #EEEEEE. Windows color (decimal): -1183506 or 15659245. OLE color: 15659245.

HSL color Cylindrical-coordinate representation of color #EDF0EE: hue angle of 140º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDF0EE is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 238 -
CMYK 0.01 0 0.01 0.06
HSL 140º 0.09% 0.94% -
HSV(B) 140º 0.01% 0.94% -
XYZ 81.52 86.5 93.29 -
YUV 238.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 237 240 238 0.01 0 0.01 0.06 140 0.09 0.94
Hex ED F0 EE 1 0 1 6 8C 9 5E
Octal 355 360 356 1 0 1 6 214 11 136
Binary 11101101 11110000 11101110 1 0 1 110 10001100 1001 1011110

Color Harmonies of #EDF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0EE

Black with #EDF0EE

Text Example


Text Example

White with #EDF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0EE; }

 p { color: rgb(237,240,238); }

 H1.HeaderClassName
 {
   color: #EDF0EE;
 }
 .AnyTagClassName
 {
   color: #EDF0EE;
 }
</style>

background-color css

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

 a { background-color: rgb(237,240,238); }

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

border-color css

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

 span { border-color: rgb(237,240,238); }

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