#E0A9D6

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

Shades of French Lilac #E0A9D6

Tints of French Lilac #E0A9D6

Color information

#E0A9D6 (or 0xE0A9D6) is unknown color: approx French Lilac. HEX triplet: E0, A9 and D6. RGB value is (224,169,214). Sum of RGB (Red+Green+Blue) = 224+169+214=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A9D6 is #1F5629. Grayscale: #BEBEBE. Windows color (decimal): -2053674 or 14068192. OLE color: 14068192.

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

Color convert

RGB224169214-
CMYK00.250.040.12
HSL310.91º47.01%77.06%-
HSV(B)310.91º24.55%87.84%-
XYZ57.0749.0870.08-
YUV190.58141.22151.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 169 (66.41% from 255) = 27.84%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=36.90%
G=27.84%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416921400.250.040.12310.9147.0177.06
HexE0A9D60194C1372f4d
Octal34025132603141446757115
Binary11100000101010011101011001100110011001001101111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9D6; }

 p { color: rgb(224,169,214); }

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

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

 a { background-color: rgb(224,169,214); }

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

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

 span { border-color: rgb(224,169,214); }

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