#E0ACD0

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

Shades of French Lilac #E0ACD0

Tints of French Lilac #E0ACD0

Color information

#E0ACD0 (or 0xE0ACD0) is unknown color: approx French Lilac. HEX triplet: E0, AC and D0. RGB value is (224,172,208). Sum of RGB (Red+Green+Blue) = 224+172+208=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACD0 is #1F532F. Grayscale: #BFBFBF. Windows color (decimal): -2052912 or 13675744. OLE color: 13675744.

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

Color convert

RGB224172208-
CMYK00.230.070.12
HSL318.46º45.61%77.65%-
HSV(B)318.46º23.21%87.84%-
XYZ56.8849.9166.31-
YUV191.65137.23151.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=37.09%
G=28.48%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417220800.230.070.12318.4645.6177.65
HexE0ACD00177C13e2e4e
Octal34025432002771447656116
Binary11100000101011001101000001011111111001001111101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACD0; }

 p { color: rgb(224,172,208); }

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

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

 a { background-color: rgb(224,172,208); }

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

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

 span { border-color: rgb(224,172,208); }

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