#EBF8F1

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

Shades of Lily White #EBF8F1

Tints of Lily White #EBF8F1

Color information

#EBF8F1 (or 0xEBF8F1) is unknown color: approx Lily White. HEX triplet: EB, F8 and F1. RGB value is (235,248,241). Sum of RGB (Red+Green+Blue) = 235+248+241=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 241 (94.53% from 255 or 33.29% from 724); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF8F1 is #14070E. Grayscale: #F3F3F3. Windows color (decimal): -1312527 or 15857899. OLE color: 15857899.

HSL color Cylindrical-coordinate representation of color #EBF8F1: hue angle of 147.69º degrees, saturation: 0.48, 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 #EBF8F1 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB235248241-
CMYK0.0500.030.03
HSL147.69º48.15%94.71%-
HSV(B)147.69º5.24%97.25%-
XYZ83.7191.1596.4-
YUV243.32126.69122.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.46%
GREEN value IS 248 (97.27% from 255) = 34.25%
BLUE value IS 241 (94.53% from 255) = 33.29%
R=32.46%
G=34.25%
B=33.29%

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
Decimal2352482410.0500.030.03147.6948.1594.71
HexEBF8F1503394305f
Octal353370361503322460137
Binary11101011111110001111000110101111100101001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8F1; }

 p { color: rgb(235,248,241); }

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

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

 a { background-color: rgb(235,248,241); }

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

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

 span { border-color: rgb(235,248,241); }

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