#E1C0DC

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

Shades of French Lilac #E1C0DC

Tints of French Lilac #E1C0DC

Color information

#E1C0DC (or 0xE1C0DC) is unknown color: approx French Lilac. HEX triplet: E1, C0 and DC. RGB value is (225,192,220). Sum of RGB (Red+Green+Blue) = 225+192+220=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0DC is #1E3F23. Grayscale: #CCCCCC. Windows color (decimal): -1982244 or 14467297. OLE color: 14467297.

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

Color convert

RGB225192220-
CMYK00.150.020.12
HSL309.09º35.48%81.76%-
HSV(B)309.09º14.67%88.24%-
XYZ62.8258.8775.76-
YUV205.06136.43142.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 192 (75.39% from 255) = 30.14%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=35.32%
G=30.14%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519222000.150.020.12309.0935.4881.76
HexE1C0DC0F2C1352352
Octal34130033401721446543122
Binary111000011100000011011100011111011001001101011000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0DC; }

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

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

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

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

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

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

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

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