#E1ACDD

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

Shades of French Lilac #E1ACDD

Tints of French Lilac #E1ACDD

Color information

#E1ACDD (or 0xE1ACDD) is unknown color: approx French Lilac. HEX triplet: E1, AC and DD. RGB value is (225,172,221). Sum of RGB (Red+Green+Blue) = 225+172+221=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACDD is #1E5322. Grayscale: #C1C1C1. Windows color (decimal): -1987363 or 14527713. OLE color: 14527713.

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

Color convert

RGB225172221-
CMYK00.240.020.12
HSL304.53º46.9%77.84%-
HSV(B)304.53º23.56%88.24%-
XYZ58.8650.7375.1-
YUV193.43143.56150.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=36.41%
G=27.83%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517222100.240.020.12304.5346.977.84
HexE1ACDD0182C1312f4e
Octal34125433503021446157116
Binary1110000110101100110111010110001011001001100011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACDD; }

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

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

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

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

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

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

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

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