#E0A8D5

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

Shades of French Lilac #E0A8D5

Tints of French Lilac #E0A8D5

Color information

#E0A8D5 (or 0xE0A8D5) is unknown color: approx French Lilac. HEX triplet: E0, A8 and D5. RGB value is (224,168,213). Sum of RGB (Red+Green+Blue) = 224+168+213=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A8D5 is #1F572A. Grayscale: #BDBDBD. Windows color (decimal): -2053931 or 14002400. OLE color: 14002400.

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

Color convert

RGB224168213-
CMYK00.250.050.12
HSL311.79º47.46%76.86%-
HSV(B)311.79º25%87.84%-
XYZ56.7548.6669.35-
YUV189.87141.05152.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 168 (66.02% from 255) = 27.77%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=37.02%
G=27.77%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416821300.250.050.12311.7947.4676.86
HexE0A8D50195C1382f4d
Octal34025032503151447057115
Binary11100000101010001101010101100110111001001110001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A8D5; }

 p { color: rgb(224,168,213); }

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

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

 a { background-color: rgb(224,168,213); }

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

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

 span { border-color: rgb(224,168,213); }

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