#EAACD9

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

Shades of French Lilac #EAACD9

Tints of French Lilac #EAACD9

Color information

#EAACD9 (or 0xEAACD9) is unknown color: approx French Lilac. HEX triplet: EA, AC and D9. RGB value is (234,172,217). Sum of RGB (Red+Green+Blue) = 234+172+217=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD9 is #155326. Grayscale: #C3C3C3. Windows color (decimal): -1397543 or 14265578. OLE color: 14265578.

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

Color convert

RGB234172217-
CMYK00.260.070.08
HSL316.45º59.62%79.61%-
HSV(B)316.45º26.5%91.76%-
XYZ61.2152.0172.46-
YUV195.67140.04155.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 217 (85.16% from 255) = 34.83%
R=37.56%
G=27.61%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417221700.260.070.08316.4559.6279.61
HexEAACD901A7813c3c50
Octal35225433103271047474120
Binary11101010101011001101100101101011110001001111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACD9; }

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

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

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

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

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

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

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

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