#E7AAD8

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

Shades of French Lilac #E7AAD8

Tints of French Lilac #E7AAD8

Color information

#E7AAD8 (or 0xE7AAD8) is unknown color: approx French Lilac. HEX triplet: E7, AA and D8. RGB value is (231,170,216). Sum of RGB (Red+Green+Blue) = 231+170+216=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAD8 is #185527. Grayscale: #C1C1C1. Windows color (decimal): -1594664 or 14199527. OLE color: 14199527.

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

Color convert

RGB231170216-
CMYK00.260.060.09
HSL314.75º55.96%78.63%-
HSV(B)314.75º26.41%90.59%-
XYZ59.7250.771.6-
YUV193.48140.71154.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.44%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 216 (84.77% from 255) = 35.01%
R=37.44%
G=27.55%
B=35.01%

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
Decimal23117021600.260.060.09314.7555.9678.63
HexE7AAD801A6913b384f
Octal34725233003261147370117
Binary11100111101010101101100001101011010011001110111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAD8; }

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

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

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

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

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

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

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

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