#EBACDA

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

Shades of French Lilac #EBACDA

Tints of French Lilac #EBACDA

Color information

#EBACDA (or 0xEBACDA) is unknown color: approx French Lilac. HEX triplet: EB, AC and DA. RGB value is (235,172,218). Sum of RGB (Red+Green+Blue) = 235+172+218=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACDA is #145325. Grayscale: #C3C3C3. Windows color (decimal): -1332006 or 14331115. OLE color: 14331115.

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

Color convert

RGB235172218-
CMYK00.270.070.08
HSL316.19º61.17%79.8%-
HSV(B)316.19º26.81%92.16%-
XYZ61.6752.2373.16-
YUV196.08140.37155.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=37.6%
G=27.52%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517221800.270.070.08316.1961.1779.8
HexEBACDA01B7813c3d50
Octal35325433203371047475120
Binary11101011101011001101101001101111110001001111001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACDA; }

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

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

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

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

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

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

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

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