#E1ACD2

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

Shades of French Lilac #E1ACD2

Tints of French Lilac #E1ACD2

Color information

#E1ACD2 (or 0xE1ACD2) is unknown color: approx French Lilac. HEX triplet: E1, AC and D2. RGB value is (225,172,210). Sum of RGB (Red+Green+Blue) = 225+172+210=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACD2 is #1E532D. Grayscale: #C0C0C0. Windows color (decimal): -1987374 or 13806817. OLE color: 13806817.

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

Color convert

RGB225172210-
CMYK00.240.070.12
HSL316.98º46.9%77.84%-
HSV(B)316.98º23.56%88.24%-
XYZ57.4450.1767.63-
YUV192.18138.06151.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 210 (82.42% from 255) = 34.60%
R=37.07%
G=28.34%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517221000.240.070.12316.9846.977.84
HexE1ACD20187C13d2f4e
Octal34125432203071447557116
Binary11100001101011001101001001100011111001001111011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACD2; }

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

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

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

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

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

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

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

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