#E1ACD5

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

Shades of French Lilac #E1ACD5

Tints of French Lilac #E1ACD5

Color information

#E1ACD5 (or 0xE1ACD5) is unknown color: approx French Lilac. HEX triplet: E1, AC and D5. RGB value is (225,172,213). Sum of RGB (Red+Green+Blue) = 225+172+213=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACD5 is #1E532A. Grayscale: #C0C0C0. Windows color (decimal): -1987371 or 14003425. OLE color: 14003425.

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

Color convert

RGB225172213-
CMYK00.240.050.12
HSL313.58º46.9%77.84%-
HSV(B)313.58º23.56%88.24%-
XYZ57.8150.3269.62-
YUV192.52139.56151.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.89%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 213 (83.59% from 255) = 34.92%
R=36.89%
G=28.20%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517221300.240.050.12313.5846.977.84
HexE1ACD50185C13a2f4e
Octal34125432503051447257116
Binary11100001101011001101010101100010111001001110101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACD5; }

 p { color: rgb(225,172,213); }

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

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

 a { background-color: rgb(225,172,213); }

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

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

 span { border-color: rgb(225,172,213); }

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