#E2FBEF

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

Shades of Lily White #E2FBEF

Tints of Lily White #E2FBEF

Color information

#E2FBEF (or 0xE2FBEF) is unknown color: approx Lily White. HEX triplet: E2, FB and EF. RGB value is (226,251,239). Sum of RGB (Red+Green+Blue) = 226+251+239=716 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.56% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FBEF is #1D0410. Grayscale: #F2F2F2. Windows color (decimal): -1901585 or 15727586. OLE color: 15727586.

HSL color Cylindrical-coordinate representation of color #E2FBEF: hue angle of 151.2º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FBEF is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB226251239-
CMYK0.1000.050.02
HSL151.2º75.76%93.53%-
HSV(B)151.2º9.96%98.43%-
XYZ81.4491.495.01-
YUV242.16126.22116.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.56%
GREEN value IS 251 (98.44% from 255) = 35.06%
BLUE value IS 239 (93.75% from 255) = 33.38%
R=31.56%
G=35.06%
B=33.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262512390.1000.050.02151.275.7693.53
HexE2FBEFA052974c5e
Octal34237335712052227114136
Binary11100010111110111110111110100101101001011110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FBEF; }

 p { color: rgb(226,251,239); }

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

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

 a { background-color: rgb(226,251,239); }

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

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

 span { border-color: rgb(226,251,239); }

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