#E5AADD

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

Shades of French Lilac #E5AADD

Tints of French Lilac #E5AADD

Color information

#E5AADD (or 0xE5AADD) is unknown color: approx French Lilac. HEX triplet: E5, AA and DD. RGB value is (229,170,221). Sum of RGB (Red+Green+Blue) = 229+170+221=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AADD is #1A5522. Grayscale: #C1C1C1. Windows color (decimal): -1725731 or 14527205. OLE color: 14527205.

HSL color Cylindrical-coordinate representation of color #E5AADD: hue angle of 308.14º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AADD is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229170221-
CMYK00.260.030.10
HSL308.14º53.15%78.24%-
HSV(B)308.14º25.76%89.8%-
XYZ59.7450.6375.03-
YUV193.46143.55153.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.94%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=36.94%
G=27.42%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917022100.260.030.10308.1453.1578.24
HexE5AADD01A3A134354e
Octal34525233503231246465116
Binary1110010110101010110111010110101110101001101001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AADD; }

 p { color: rgb(229,170,221); }

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

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

 a { background-color: rgb(229,170,221); }

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

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

 span { border-color: rgb(229,170,221); }

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