#E1ACDC

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

Shades of French Lilac #E1ACDC

Tints of French Lilac #E1ACDC

Color information

#E1ACDC (or 0xE1ACDC) is unknown color: approx French Lilac. HEX triplet: E1, AC and DC. RGB value is (225,172,220). Sum of RGB (Red+Green+Blue) = 225+172+220=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACDC is #1E5323. Grayscale: #C1C1C1. Windows color (decimal): -1987364 or 14462177. OLE color: 14462177.

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

Color convert

RGB225172220-
CMYK00.240.020.12
HSL305.66º46.9%77.84%-
HSV(B)305.66º23.56%88.24%-
XYZ58.7250.6874.4-
YUV193.32143.06150.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.47%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=36.47%
G=27.88%
B=35.66%

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
Decimal22517222000.240.020.12305.6646.977.84
HexE1ACDC0182C1322f4e
Octal34125433403021446257116
Binary1110000110101100110111000110001011001001100101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACDC; }

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

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

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

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

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

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

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

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