#EBEFED

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

Shades of Lily White #EBEFED

Tints of Lily White #EBEFED

Color information

#EBEFED (or 0xEBEFED) is unknown color: approx Lily White. HEX triplet: EB, EF and ED. RGB value is (235,239,237). Sum of RGB (Red+Green+Blue) = 235+239+237=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFED is #141012. Grayscale: #EDEDED. Windows color (decimal): -1314835 or 15593451. OLE color: 15593451.

HSL color Cylindrical-coordinate representation of color #EBEFED: hue angle of 150º degrees, saturation: 0.11, 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 #EBEFED is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB235239237-
CMYK0.0200.010.06
HSL150º11.11%92.94%-
HSV(B)150º1.67%93.73%-
XYZ80.4185.5192.39-
YUV237.58127.67126.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 239 (93.75% from 255) = 33.61%
BLUE value IS 237 (92.97% from 255) = 33.33%
R=33.05%
G=33.61%
B=33.33%

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
Decimal2352392370.0200.010.0615011.1192.94
HexEBEFED201696b5d
Octal353357355201622613135
Binary11101011111011111110110110011101001011010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFED; }

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

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

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

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

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

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

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

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