#E0ACDA

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

Shades of French Lilac #E0ACDA

Tints of French Lilac #E0ACDA

Color information

#E0ACDA (or 0xE0ACDA) is unknown color: approx French Lilac. HEX triplet: E0, AC and DA. RGB value is (224,172,218). Sum of RGB (Red+Green+Blue) = 224+172+218=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACDA is #1F5325. Grayscale: #C0C0C0. Windows color (decimal): -2052902 or 14331104. OLE color: 14331104.

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

Color convert

RGB224172218-
CMYK00.230.030.12
HSL306.92º45.61%77.65%-
HSV(B)306.92º23.21%87.84%-
XYZ58.1550.4173-
YUV192.79142.23150.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.48%
GREEN value IS 172 (67.58% from 255) = 28.01%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=36.48%
G=28.01%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417221800.230.030.12306.9245.6177.65
HexE0ACDA0173C1332e4e
Octal34025433202731446356116
Binary1110000010101100110110100101111111001001100111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACDA; }

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

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

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

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

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

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

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

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