#EBF7F0

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

Shades of Lily White #EBF7F0

Tints of Lily White #EBF7F0

Color information

#EBF7F0 (or 0xEBF7F0) is unknown color: approx Lily White. HEX triplet: EB, F7 and F0. RGB value is (235,247,240). Sum of RGB (Red+Green+Blue) = 235+247+240=722 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.55% from 722); Green value is 247 (96.88% from 255 or 34.21% from 722); Blue value is 240 (94.14% from 255 or 33.24% from 722); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7F0 is #14080F. Grayscale: #F2F2F2. Windows color (decimal): -1312784 or 15792107. OLE color: 15792107.

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

Color convert

RGB235247240-
CMYK0.0500.030.03
HSL145º42.86%94.51%-
HSV(B)145º4.86%96.86%-
XYZ83.2590.4795.51-
YUV242.61126.52122.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.55%
GREEN value IS 247 (96.88% from 255) = 34.21%
BLUE value IS 240 (94.14% from 255) = 33.24%
R=32.55%
G=34.21%
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.03
SystemRedGreenBlueCMYKHSL
Decimal2352472400.0500.030.0314542.8694.51
HexEBF7F05033912b5f
Octal353367360503322153137
Binary11101011111101111111000010101111100100011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7F0; }

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

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

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

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

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

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

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

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