#E1C3DC

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

Shades of French Lilac #E1C3DC

Tints of French Lilac #E1C3DC

Color information

#E1C3DC (or 0xE1C3DC) is unknown color: approx French Lilac. HEX triplet: E1, C3 and DC. RGB value is (225,195,220). Sum of RGB (Red+Green+Blue) = 225+195+220=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C3DC is #1E3C23. Grayscale: #CECECE. Windows color (decimal): -1981476 or 14468065. OLE color: 14468065.

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

Color convert

RGB225195220-
CMYK00.130.020.12
HSL310º33.33%82.35%-
HSV(B)310º13.33%88.24%-
XYZ63.4860.2175.98-
YUV206.82135.44140.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.16%
GREEN value IS 195 (76.56% from 255) = 30.47%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=35.16%
G=30.47%
B=34.38%

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
Decimal22519522000.130.020.1231033.3382.35
HexE1C3DC0D2C1362152
Octal34130333401521446641122
Binary111000011100001111011100011011011001001101101000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C3DC; }

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

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

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

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

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

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

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

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