#EBACD9

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

Shades of French Lilac #EBACD9

Tints of French Lilac #EBACD9

Color information

#EBACD9 (or 0xEBACD9) is unknown color: approx French Lilac. HEX triplet: EB, AC and D9. RGB value is (235,172,217). Sum of RGB (Red+Green+Blue) = 235+172+217=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD9 is #145326. Grayscale: #C3C3C3. Windows color (decimal): -1332007 or 14265579. OLE color: 14265579.

HSL color Cylindrical-coordinate representation of color #EBACD9: hue angle of 317.14º 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 #EBACD9 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235172217-
CMYK00.270.080.08
HSL317.14º61.17%79.8%-
HSV(B)317.14º26.81%92.16%-
XYZ61.5452.1872.47-
YUV195.97139.87155.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=37.66%
G=27.56%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517221700.270.080.08317.1461.1779.8
HexEBACD901B8813d3d50
Octal353254331033101047575120
Binary111010111010110011011001011011100010001001111011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACD9; }

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

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

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

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

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

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

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

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