#E1C0DE

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

Shades of French Lilac #E1C0DE

Tints of French Lilac #E1C0DE

Color information

#E1C0DE (or 0xE1C0DE) is unknown color: approx French Lilac. HEX triplet: E1, C0 and DE. RGB value is (225,192,222). Sum of RGB (Red+Green+Blue) = 225+192+222=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0DE is #1E3F21. Grayscale: #CDCDCD. Windows color (decimal): -1982242 or 14598369. OLE color: 14598369.

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

Color convert

RGB225192222-
CMYK00.150.010.12
HSL305.45º35.48%81.76%-
HSV(B)305.45º14.67%88.24%-
XYZ63.0958.9877.17-
YUV205.29137.43142.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 192 (75.39% from 255) = 30.05%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=35.21%
G=30.05%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519222200.150.010.12305.4535.4881.76
HexE1C0DE0F1C1312352
Octal34130033601711446143122
Binary11100001110000001101111001111111001001100011000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0DE; }

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

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

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

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

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

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

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

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