#E2AAD6

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

Shades of French Lilac #E2AAD6

Tints of French Lilac #E2AAD6

Color information

#E2AAD6 (or 0xE2AAD6) is unknown color: approx French Lilac. HEX triplet: E2, AA and D6. RGB value is (226,170,214). Sum of RGB (Red+Green+Blue) = 226+170+214=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAD6 is #1D5529. Grayscale: #BFBFBF. Windows color (decimal): -1922346 or 14068450. OLE color: 14068450.

HSL color Cylindrical-coordinate representation of color #E2AAD6: hue angle of 312.86º 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 #E2AAD6 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB226170214-
CMYK00.250.050.11
HSL312.86º49.12%77.65%-
HSV(B)312.86º24.78%88.63%-
XYZ57.8849.7770.18-
YUV191.76140.55152.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.05%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 214 (83.98% from 255) = 35.08%
R=37.05%
G=27.87%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617021400.250.050.11312.8649.1277.65
HexE2AAD60195B139314e
Octal34225232603151347161116
Binary11100010101010101101011001100110110111001110011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAD6; }

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

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

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

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

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

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

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

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