#E7AAD7

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

Shades of French Lilac #E7AAD7

Tints of French Lilac #E7AAD7

Color information

#E7AAD7 (or 0xE7AAD7) is unknown color: approx French Lilac. HEX triplet: E7, AA and D7. RGB value is (231,170,215). Sum of RGB (Red+Green+Blue) = 231+170+215=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAD7 is #185528. Grayscale: #C1C1C1. Windows color (decimal): -1594665 or 14133991. OLE color: 14133991.

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

Color convert

RGB231170215-
CMYK00.260.070.09
HSL315.74º55.96%78.63%-
HSV(B)315.74º26.41%90.59%-
XYZ59.650.6470.92-
YUV193.37140.21154.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 27.60%
BLUE value IS 215 (84.38% from 255) = 34.90%
R=37.5%
G=27.60%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117021500.260.070.09315.7455.9678.63
HexE7AAD701A7913c384f
Octal34725232703271147470117
Binary11100111101010101101011101101011110011001111001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAD7; }

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

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

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

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

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

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

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

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