#E1ACDA

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

Shades of French Lilac #E1ACDA

Tints of French Lilac #E1ACDA

Color information

#E1ACDA (or 0xE1ACDA) is unknown color: approx French Lilac. HEX triplet: E1, AC and DA. RGB value is (225,172,218). Sum of RGB (Red+Green+Blue) = 225+172+218=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACDA is #1E5325. Grayscale: #C0C0C0. Windows color (decimal): -1987366 or 14331105. OLE color: 14331105.

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

Color convert

RGB225172218-
CMYK00.240.030.12
HSL307.92º46.9%77.84%-
HSV(B)307.92º23.56%88.24%-
XYZ58.4650.5773.01-
YUV193.09142.06150.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.59%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=36.59%
G=27.97%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517221800.240.030.12307.9246.977.84
HexE1ACDA0183C1342f4e
Octal34125433203031446457116
Binary1110000110101100110110100110001111001001101001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACDA; }

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

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

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

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

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

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

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

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