#EAACE1

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

Shades of French Lilac #EAACE1

Tints of French Lilac #EAACE1

Color information

#EAACE1 (or 0xEAACE1) is unknown color: approx French Lilac. HEX triplet: EA, AC and E1. RGB value is (234,172,225). Sum of RGB (Red+Green+Blue) = 234+172+225=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACE1 is #15531E. Grayscale: #C4C4C4. Windows color (decimal): -1397535 or 14789866. OLE color: 14789866.

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

Color convert

RGB234172225-
CMYK00.260.040.08
HSL308.71º59.62%79.61%-
HSV(B)308.71º26.5%91.76%-
XYZ62.2752.4378.07-
YUV196.58144.04154.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 172 (67.58% from 255) = 27.26%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=37.08%
G=27.26%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417222500.260.040.08308.7159.6279.61
HexEAACE101A481353c50
Octal35225434103241046574120
Binary11101010101011001110000101101010010001001101011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACE1; }

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

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

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

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

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

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

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

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