#E1AEDC

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

Shades of French Lilac #E1AEDC

Tints of French Lilac #E1AEDC

Color information

#E1AEDC (or 0xE1AEDC) is unknown color: approx French Lilac. HEX triplet: E1, AE and DC. RGB value is (225,174,220). Sum of RGB (Red+Green+Blue) = 225+174+220=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEDC is #1E5123. Grayscale: #C2C2C2. Windows color (decimal): -1986852 or 14462689. OLE color: 14462689.

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

Color convert

RGB225174220-
CMYK00.230.020.12
HSL305.88º45.95%78.24%-
HSV(B)305.88º22.67%88.24%-
XYZ59.1151.4574.53-
YUV194.49142.4149.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.35%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=36.35%
G=28.11%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517422000.230.020.12305.8845.9578.24
HexE1AEDC0172C1322e4e
Octal34125633402721446256116
Binary1110000110101110110111000101111011001001100101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEDC; }

 p { color: rgb(225,174,220); }

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

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

 a { background-color: rgb(225,174,220); }

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

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

 span { border-color: rgb(225,174,220); }

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