#E1C2DE

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

Shades of French Lilac #E1C2DE

Tints of French Lilac #E1C2DE

Color information

#E1C2DE (or 0xE1C2DE) is unknown color: approx French Lilac. HEX triplet: E1, C2 and DE. RGB value is (225,194,222). Sum of RGB (Red+Green+Blue) = 225+194+222=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2DE is #1E3D21. Grayscale: #CECECE. Windows color (decimal): -1981730 or 14598881. OLE color: 14598881.

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

Color convert

RGB225194222-
CMYK00.140.010.12
HSL305.81º34.07%82.16%-
HSV(B)305.81º13.78%88.24%-
XYZ63.5359.8777.31-
YUV206.46136.77141.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 194 (76.17% from 255) = 30.27%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=35.10%
G=30.27%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519422200.140.010.12305.8134.0782.16
HexE1C2DE0E1C1322252
Octal34130233601611446242122
Binary11100001110000101101111001110111001001100101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C2DE; }

 p { color: rgb(225,194,222); }

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

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

 a { background-color: rgb(225,194,222); }

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

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

 span { border-color: rgb(225,194,222); }

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