#EBF2EE

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

Shades of Lily White #EBF2EE

Tints of Lily White #EBF2EE

Color information

#EBF2EE (or 0xEBF2EE) is unknown color: approx Lily White. HEX triplet: EB, F2 and EE. RGB value is (235,242,238). Sum of RGB (Red+Green+Blue) = 235+242+238=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2EE is #140D11. Grayscale: #EFEFEF. Windows color (decimal): -1314066 or 15659755. OLE color: 15659755.

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

Color convert

RGB235242238-
CMYK0.0300.020.05
HSL145.71º21.21%93.53%-
HSV(B)145.71º2.89%94.9%-
XYZ81.4587.3493.45-
YUV239.45127.18124.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 238 (93.36% from 255) = 33.29%
R=32.87%
G=33.85%
B=33.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352422380.0300.020.05145.7121.2193.53
HexEBF2EE302592155e
Octal353362356302522225136
Binary1110101111110010111011101101010110010010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2EE; }

 p { color: rgb(235,242,238); }

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

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

 a { background-color: rgb(235,242,238); }

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

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

 span { border-color: rgb(235,242,238); }

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