#E0AED7

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

Shades of French Lilac #E0AED7

Tints of French Lilac #E0AED7

Color information

#E0AED7 (or 0xE0AED7) is unknown color: approx French Lilac. HEX triplet: E0, AE and D7. RGB value is (224,174,215). Sum of RGB (Red+Green+Blue) = 224+174+215=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AED7 is #1F5128. Grayscale: #C1C1C1. Windows color (decimal): -2052393 or 14135008. OLE color: 14135008.

HSL color Cylindrical-coordinate representation of color #E0AED7: hue angle of 310.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AED7 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224174215-
CMYK00.220.040.12
HSL310.8º44.64%78.04%-
HSV(B)310.8º22.32%87.84%-
XYZ58.1451.0371.07-
YUV193.62140.06149.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.54%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 215 (84.38% from 255) = 35.07%
R=36.54%
G=28.38%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417421500.220.040.12310.844.6478.04
HexE0AED70164C1372d4e
Octal34025632702641446755116
Binary11100000101011101101011101011010011001001101111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AED7; }

 p { color: rgb(224,174,215); }

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

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

 a { background-color: rgb(224,174,215); }

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

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

 span { border-color: rgb(224,174,215); }

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