#E1C8DB

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

Shades of French Lilac #E1C8DB

Tints of French Lilac #E1C8DB

Color information

#E1C8DB (or 0xE1C8DB) is unknown color: approx French Lilac. HEX triplet: E1, C8 and DB. RGB value is (225,200,219). Sum of RGB (Red+Green+Blue) = 225+200+219=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8DB is #1E3724. Grayscale: #D1D1D1. Windows color (decimal): -1980197 or 14403809. OLE color: 14403809.

HSL color Cylindrical-coordinate representation of color #E1C8DB: hue angle of 314.4º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1C8DB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225200219-
CMYK00.110.030.12
HSL314.4º29.41%83.33%-
HSV(B)314.4º11.11%88.24%-
XYZ64.4962.4375.67-
YUV209.64133.28138.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.94%
GREEN value IS 200 (78.52% from 255) = 31.06%
BLUE value IS 219 (85.94% from 255) = 34.01%
R=34.94%
G=31.06%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520021900.110.030.12314.429.4183.33
HexE1C8DB0B3C13a1d53
Octal34131033301331447235123
Binary11100001110010001101101101011111100100111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C8DB; }

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

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

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

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

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

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

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

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