#EBACE1

Color #EBACE1 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #EBACE1

Tints of French Lilac #EBACE1

Color information

#EBACE1 (or 0xEBACE1) is unknown color: approx French Lilac. HEX triplet: EB, AC and E1. RGB value is (235,172,225). Sum of RGB (Red+Green+Blue) = 235+172+225=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACE1 is #14531E. Grayscale: #C4C4C4. Windows color (decimal): -1331999 or 14789867. OLE color: 14789867.

HSL color Cylindrical-coordinate representation of color #EBACE1: hue angle of 309.52º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACE1 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235172225-
CMYK00.270.040.08
HSL309.52º61.17%79.8%-
HSV(B)309.52º26.81%92.16%-
XYZ62.652.678.09-
YUV196.88143.87155.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 225 (88.28% from 255) = 35.60%
R=37.18%
G=27.22%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517222500.270.040.08309.5261.1779.8
HexEBACE101B481363d50
Octal35325434103341046675120
Binary11101011101011001110000101101110010001001101101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACE1; }

 p { color: rgb(235,172,225); }

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

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

 a { background-color: rgb(235,172,225); }

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

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

 span { border-color: rgb(235,172,225); }

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