#E0AAD2

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

Shades of French Lilac #E0AAD2

Tints of French Lilac #E0AAD2

Color information

#E0AAD2 (or 0xE0AAD2) is unknown color: approx French Lilac. HEX triplet: E0, AA and D2. RGB value is (224,170,210). Sum of RGB (Red+Green+Blue) = 224+170+210=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AAD2 is #1F552D. Grayscale: #BEBEBE. Windows color (decimal): -2053422 or 13806304. OLE color: 13806304.

HSL color Cylindrical-coordinate representation of color #E0AAD2: hue angle of 315.56º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0AAD2 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB224170210-
CMYK00.240.060.12
HSL315.56º46.55%77.25%-
HSV(B)315.56º24.11%87.84%-
XYZ56.7549.2567.49-
YUV190.71138.89151.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=37.09%
G=28.15%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417021000.240.060.12315.5646.5577.25
HexE0AAD20186C13c2f4d
Octal34025232203061447457115
Binary11100000101010101101001001100011011001001111001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAD2; }

 p { color: rgb(224,170,210); }

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

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

 a { background-color: rgb(224,170,210); }

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

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

 span { border-color: rgb(224,170,210); }

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