#EAACE4

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

Shades of French Lilac #EAACE4

Tints of French Lilac #EAACE4

Color information

#EAACE4 (or 0xEAACE4) is unknown color: approx French Lilac. HEX triplet: EA, AC and E4. RGB value is (234,172,228). Sum of RGB (Red+Green+Blue) = 234+172+228=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACE4 is #15531B. Grayscale: #C4C4C4. Windows color (decimal): -1397532 or 14986474. OLE color: 14986474.

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

Color convert

RGB234172228-
CMYK00.260.030.08
HSL305.81º59.62%79.61%-
HSV(B)305.81º26.5%91.76%-
XYZ62.6952.680.25-
YUV196.92145.54154.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 172 (67.58% from 255) = 27.13%
BLUE value IS 228 (89.45% from 255) = 35.96%
R=36.91%
G=27.13%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417222800.260.030.08305.8159.6279.61
HexEAACE401A381323c50
Octal35225434403231046274120
Binary1110101010101100111001000110101110001001100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACE4; }

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

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

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

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

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

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

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

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