#EBACD8

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

Shades of French Lilac #EBACD8

Tints of French Lilac #EBACD8

Color information

#EBACD8 (or 0xEBACD8) is unknown color: approx French Lilac. HEX triplet: EB, AC and D8. RGB value is (235,172,216). Sum of RGB (Red+Green+Blue) = 235+172+216=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD8 is #145327. Grayscale: #C3C3C3. Windows color (decimal): -1332008 or 14200043. OLE color: 14200043.

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

Color convert

RGB235172216-
CMYK00.270.080.08
HSL318.1º61.17%79.8%-
HSV(B)318.1º26.81%92.16%-
XYZ61.4152.1371.79-
YUV195.85139.37155.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 216 (84.77% from 255) = 34.67%
R=37.72%
G=27.61%
B=34.67%

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
Decimal23517221600.270.080.08318.161.1779.8
HexEBACD801B8813e3d50
Octal353254330033101047675120
Binary111010111010110011011000011011100010001001111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACD8; }

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

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

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

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

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

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

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

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