#E1C7DA

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

Shades of French Lilac #E1C7DA

Tints of French Lilac #E1C7DA

Color information

#E1C7DA (or 0xE1C7DA) is unknown color: approx French Lilac. HEX triplet: E1, C7 and DA. RGB value is (225,199,218). Sum of RGB (Red+Green+Blue) = 225+199+218=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7DA is #1E3825. Grayscale: #D0D0D0. Windows color (decimal): -1980454 or 14338017. OLE color: 14338017.

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

Color convert

RGB225199218-
CMYK00.120.030.12
HSL316.15º30.23%83.14%-
HSV(B)316.15º11.56%88.24%-
XYZ64.1361.9274.9-
YUV208.94133.11139.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 199 (78.12% from 255) = 31.00%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=35.05%
G=31.00%
B=33.96%

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
Decimal22519921800.120.030.12316.1530.2383.14
HexE1C7DA0C3C13c1e53
Octal34130733201431447436123
Binary11100001110001111101101001100111100100111100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C7DA; }

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

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

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

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

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

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

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

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