#E5ACDC

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

Shades of French Lilac #E5ACDC

Tints of French Lilac #E5ACDC

Color information

#E5ACDC (or 0xE5ACDC) is unknown color: approx French Lilac. HEX triplet: E5, AC and DC. RGB value is (229,172,220). Sum of RGB (Red+Green+Blue) = 229+172+220=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACDC is #1A5323. Grayscale: #C2C2C2. Windows color (decimal): -1725220 or 14462181. OLE color: 14462181.

HSL color Cylindrical-coordinate representation of color #E5ACDC: hue angle of 309.47º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ACDC is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229172220-
CMYK00.250.040.10
HSL309.47º52.29%78.63%-
HSV(B)309.47º24.89%89.8%-
XYZ59.9851.3374.46-
YUV194.52142.38152.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.88%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=36.88%
G=27.70%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917222000.250.040.10309.4752.2978.63
HexE5ACDC0194A135344f
Octal34525433403141246564117
Binary11100101101011001101110001100110010101001101011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACDC; }

 p { color: rgb(229,172,220); }

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

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

 a { background-color: rgb(229,172,220); }

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

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

 span { border-color: rgb(229,172,220); }

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