#E1C1DB

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

Shades of French Lilac #E1C1DB

Tints of French Lilac #E1C1DB

Color information

#E1C1DB (or 0xE1C1DB) is unknown color: approx French Lilac. HEX triplet: E1, C1 and DB. RGB value is (225,193,219). Sum of RGB (Red+Green+Blue) = 225+193+219=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1DB is #1E3E24. Grayscale: #CDCDCD. Windows color (decimal): -1981989 or 14402017. OLE color: 14402017.

HSL color Cylindrical-coordinate representation of color #E1C1DB: hue angle of 311.25º degrees, saturation: 0.35, 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 #E1C1DB is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225193219-
CMYK00.140.030.12
HSL311.25º34.78%81.96%-
HSV(B)311.25º14.22%88.24%-
XYZ62.9159.2675.14-
YUV205.53135.6141.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 193 (75.78% from 255) = 30.30%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=35.32%
G=30.30%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519321900.140.030.12311.2534.7881.96
HexE1C1DB0E3C1372352
Octal34130133301631446743122
Binary111000011100000111011011011101111001001101111000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C1DB; }

 p { color: rgb(225,193,219); }

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

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

 a { background-color: rgb(225,193,219); }

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

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

 span { border-color: rgb(225,193,219); }

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