#E1C5DA

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

Shades of French Lilac #E1C5DA

Tints of French Lilac #E1C5DA

Color information

#E1C5DA (or 0xE1C5DA) is unknown color: approx French Lilac. HEX triplet: E1, C5 and DA. RGB value is (225,197,218). Sum of RGB (Red+Green+Blue) = 225+197+218=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5DA is #1E3A25. Grayscale: #CFCFCF. Windows color (decimal): -1980966 or 14337505. OLE color: 14337505.

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

Color convert

RGB225197218-
CMYK00.120.030.12
HSL315º31.82%82.75%-
HSV(B)315º12.44%88.24%-
XYZ63.676174.75-
YUV207.77133.78140.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.16%
GREEN value IS 197 (77.34% from 255) = 30.78%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=35.16%
G=30.78%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519721800.120.030.1231531.8282.75
HexE1C5DA0C3C13b2053
Octal34130533201431447340123
Binary111000011100010111011010011001111001001110111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C5DA; }

 p { color: rgb(225,197,218); }

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

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

 a { background-color: rgb(225,197,218); }

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

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

 span { border-color: rgb(225,197,218); }

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