#E2AAD5

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

Shades of French Lilac #E2AAD5

Tints of French Lilac #E2AAD5

Color information

#E2AAD5 (or 0xE2AAD5) is unknown color: approx French Lilac. HEX triplet: E2, AA and D5. RGB value is (226,170,213). Sum of RGB (Red+Green+Blue) = 226+170+213=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAD5 is #1D552A. Grayscale: #BFBFBF. Windows color (decimal): -1922347 or 14002914. OLE color: 14002914.

HSL color Cylindrical-coordinate representation of color #E2AAD5: hue angle of 313.93º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AAD5 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB226170213-
CMYK00.250.060.11
HSL313.93º49.12%77.65%-
HSV(B)313.93º24.78%88.63%-
XYZ57.7549.7269.5-
YUV191.65140.05152.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=37.11%
G=27.91%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617021300.250.060.11313.9349.1277.65
HexE2AAD50196B13a314e
Octal34225232503161347261116
Binary11100010101010101101010101100111010111001110101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAD5; }

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

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

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

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

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

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

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

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