#E2AAD4

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

Shades of French Lilac #E2AAD4

Tints of French Lilac #E2AAD4

Color information

#E2AAD4 (or 0xE2AAD4) is unknown color: approx French Lilac. HEX triplet: E2, AA and D4. RGB value is (226,170,212). Sum of RGB (Red+Green+Blue) = 226+170+212=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAD4 is #1D552B. Grayscale: #BFBFBF. Windows color (decimal): -1922348 or 13937378. OLE color: 13937378.

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

Color convert

RGB226170212-
CMYK00.250.060.11
HSL315º49.12%77.65%-
HSV(B)315º24.78%88.63%-
XYZ57.6249.6768.84-
YUV191.53139.55152.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.17%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=37.17%
G=27.96%
B=34.87%

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
Decimal22617021200.250.060.1131549.1277.65
HexE2AAD40196B13b314e
Octal34225232403161347361116
Binary11100010101010101101010001100111010111001110111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAD4; }

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

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

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

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

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

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

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

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