#E1ACD4

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

Shades of French Lilac #E1ACD4

Tints of French Lilac #E1ACD4

Color information

#E1ACD4 (or 0xE1ACD4) is unknown color: approx French Lilac. HEX triplet: E1, AC and D4. RGB value is (225,172,212). Sum of RGB (Red+Green+Blue) = 225+172+212=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACD4 is #1E532B. Grayscale: #C0C0C0. Windows color (decimal): -1987372 or 13937889. OLE color: 13937889.

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

Color convert

RGB225172212-
CMYK00.240.060.12
HSL314.72º46.9%77.84%-
HSV(B)314.72º23.56%88.24%-
XYZ57.6950.2768.95-
YUV192.41139.06151.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 212 (83.20% from 255) = 34.81%
R=36.95%
G=28.24%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517221200.240.060.12314.7246.977.84
HexE1ACD40186C13b2f4e
Octal34125432403061447357116
Binary11100001101011001101010001100011011001001110111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACD4; }

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

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

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

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

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

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

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

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