#EBF0ED

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

Shades of Lily White #EBF0ED

Tints of Lily White #EBF0ED

Color information

#EBF0ED (or 0xEBF0ED) is unknown color: approx Lily White. HEX triplet: EB, F0 and ED. RGB value is (235,240,237). Sum of RGB (Red+Green+Blue) = 235+240+237=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0ED is #140F12. Grayscale: #EEEEEE. Windows color (decimal): -1314579 or 15593707. OLE color: 15593707.

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

Color convert

RGB235240237-
CMYK0.0200.010.06
HSL144º14.29%93.14%-
HSV(B)144º2.08%94.12%-
XYZ80.7186.192.49-
YUV238.16127.34125.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.01%
GREEN value IS 240 (94.14% from 255) = 33.71%
BLUE value IS 237 (92.97% from 255) = 33.29%
R=33.01%
G=33.71%
B=33.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352402370.0200.010.0614414.2993.14
HexEBF0ED201690e5d
Octal353360355201622016135
Binary11101011111100001110110110011101001000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0ED; }

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

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

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

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

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

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

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

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