#EBEDEC

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

Shades of Lily White #EBEDEC

Tints of Lily White #EBEDEC

Color information

#EBEDEC (or 0xEBEDEC) is unknown color: approx Lily White. HEX triplet: EB, ED and EC. RGB value is (235,237,236). Sum of RGB (Red+Green+Blue) = 235+237+236=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDEC is #141213. Grayscale: #ECECEC. Windows color (decimal): -1315348 or 15527403. OLE color: 15527403.

HSL color Cylindrical-coordinate representation of color #EBEDEC: hue angle of 150º degrees, saturation: 0.05, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EBEDEC is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB235237236-
CMYK0.0100.000.07
HSL150º5.26%92.55%-
HSV(B)150º0.84%92.94%-
XYZ79.6984.2991.43-
YUV236.29127.84127.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.19%
GREEN value IS 237 (92.97% from 255) = 33.47%
BLUE value IS 236 (92.58% from 255) = 33.33%
R=33.19%
G=33.47%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352372360.0100.000.071505.2692.55
HexEBEDEC10079655d
Octal35335535410072265135
Binary111010111110110111101100100111100101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDEC; }

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

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

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

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

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

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

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

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