#E1C7DD

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

Shades of French Lilac #E1C7DD

Tints of French Lilac #E1C7DD

Color information

#E1C7DD (or 0xE1C7DD) is unknown color: approx French Lilac. HEX triplet: E1, C7 and DD. RGB value is (225,199,221). Sum of RGB (Red+Green+Blue) = 225+199+221=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7DD is #1E3822. Grayscale: #D1D1D1. Windows color (decimal): -1980451 or 14534625. OLE color: 14534625.

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

Color convert

RGB225199221-
CMYK00.120.020.12
HSL309.23º30.23%83.14%-
HSV(B)309.23º11.56%88.24%-
XYZ64.5362.0776.99-
YUV209.28134.61139.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.88%
GREEN value IS 199 (78.12% from 255) = 30.85%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=34.88%
G=30.85%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519922100.120.020.12309.2330.2383.14
HexE1C7DD0C2C1351e53
Octal34130733501421446536123
Binary11100001110001111101110101100101100100110101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C7DD; }

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

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

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

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

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

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

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

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