#E1C4DC

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

Shades of French Lilac #E1C4DC

Tints of French Lilac #E1C4DC

Color information

#E1C4DC (or 0xE1C4DC) is unknown color: approx French Lilac. HEX triplet: E1, C4 and DC. RGB value is (225,196,220). Sum of RGB (Red+Green+Blue) = 225+196+220=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C4DC is #1E3B23. Grayscale: #CFCFCF. Windows color (decimal): -1981220 or 14468321. OLE color: 14468321.

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

Color convert

RGB225196220-
CMYK00.130.020.12
HSL310.34º32.58%82.55%-
HSV(B)310.34º12.89%88.24%-
XYZ63.7160.6576.06-
YUV207.41135.11140.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 196 (76.95% from 255) = 30.58%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=35.10%
G=30.58%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519622000.130.020.12310.3432.5882.55
HexE1C4DC0D2C1362153
Octal34130433401521446641123
Binary111000011100010011011100011011011001001101101000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C4DC; }

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

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

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

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

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

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

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

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