#E1AAD5

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

Shades of French Lilac #E1AAD5

Tints of French Lilac #E1AAD5

Color information

#E1AAD5 (or 0xE1AAD5) is unknown color: approx French Lilac. HEX triplet: E1, AA and D5. RGB value is (225,170,213). Sum of RGB (Red+Green+Blue) = 225+170+213=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAD5 is #1E552A. Grayscale: #BFBFBF. Windows color (decimal): -1987883 or 14002913. OLE color: 14002913.

HSL color Cylindrical-coordinate representation of color #E1AAD5: hue angle of 313.09º degrees, saturation: 0.48, 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 #E1AAD5 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB225170213-
CMYK00.240.050.12
HSL313.09º47.83%77.45%-
HSV(B)313.09º24.44%88.24%-
XYZ57.4449.5669.49-
YUV191.35140.22152-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=37.01%
G=27.96%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517021300.240.050.12313.0947.8377.45
HexE1AAD50185C139304d
Octal34125232503051447160115
Binary11100001101010101101010101100010111001001110011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAD5; }

 p { color: rgb(225,170,213); }

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

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

 a { background-color: rgb(225,170,213); }

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

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

 span { border-color: rgb(225,170,213); }

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