#EAA8DF

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

Shades of French Lilac #EAA8DF

Tints of French Lilac #EAA8DF

Color information

#EAA8DF (or 0xEAA8DF) is unknown color: approx French Lilac. HEX triplet: EA, A8 and DF. RGB value is (234,168,223). Sum of RGB (Red+Green+Blue) = 234+168+223=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8DF is #155720. Grayscale: #C1C1C1. Windows color (decimal): -1398561 or 14657770. OLE color: 14657770.

HSL color Cylindrical-coordinate representation of color #EAA8DF: hue angle of 310º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA8DF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234168223-
CMYK00.280.050.08
HSL310º61.11%78.82%-
HSV(B)310º28.21%91.76%-
XYZ61.2550.8376.39-
YUV194144.37156.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 168 (66.02% from 255) = 26.88%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=37.44%
G=26.88%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416822300.280.050.0831061.1178.82
HexEAA8DF01C581363d4f
Octal35225033703451046675117
Binary11101010101010001101111101110010110001001101101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8DF; }

 p { color: rgb(234,168,223); }

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

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

 a { background-color: rgb(234,168,223); }

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

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

 span { border-color: rgb(234,168,223); }

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