#E7AAD9

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

Shades of French Lilac #E7AAD9

Tints of French Lilac #E7AAD9

Color information

#E7AAD9 (or 0xE7AAD9) is unknown color: approx French Lilac. HEX triplet: E7, AA and D9. RGB value is (231,170,217). Sum of RGB (Red+Green+Blue) = 231+170+217=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAD9 is #185526. Grayscale: #C1C1C1. Windows color (decimal): -1594663 or 14265063. OLE color: 14265063.

HSL color Cylindrical-coordinate representation of color #E7AAD9: hue angle of 313.77º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7AAD9 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231170217-
CMYK00.260.060.09
HSL313.77º55.96%78.63%-
HSV(B)313.77º26.41%90.59%-
XYZ59.8550.7572.29-
YUV193.6141.21154.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.38%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 217 (85.16% from 255) = 35.11%
R=37.38%
G=27.51%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117021700.260.060.09313.7755.9678.63
HexE7AAD901A6913a384f
Octal34725233103261147270117
Binary11100111101010101101100101101011010011001110101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAD9; }

 p { color: rgb(231,170,217); }

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

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

 a { background-color: rgb(231,170,217); }

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

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

 span { border-color: rgb(231,170,217); }

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