#EAA8DE

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

Shades of French Lilac #EAA8DE

Tints of French Lilac #EAA8DE

Color information

#EAA8DE (or 0xEAA8DE) is unknown color: approx French Lilac. HEX triplet: EA, A8 and DE. RGB value is (234,168,222). Sum of RGB (Red+Green+Blue) = 234+168+222=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8DE is #155721. Grayscale: #C1C1C1. Windows color (decimal): -1398562 or 14592234. OLE color: 14592234.

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

Color convert

RGB234168222-
CMYK00.280.050.08
HSL310.91º61.11%78.82%-
HSV(B)310.91º28.21%91.76%-
XYZ61.1250.7775.69-
YUV193.89143.87156.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 168 (66.02% from 255) = 26.92%
BLUE value IS 222 (87.11% from 255) = 35.58%
R=37.5%
G=26.92%
B=35.58%

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
Decimal23416822200.280.050.08310.9161.1178.82
HexEAA8DE01C581373d4f
Octal35225033603451046775117
Binary11101010101010001101111001110010110001001101111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8DE; }

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

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

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

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

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

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

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

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