#E1C7DB

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

Shades of French Lilac #E1C7DB

Tints of French Lilac #E1C7DB

Color information

#E1C7DB (or 0xE1C7DB) is unknown color: approx French Lilac. HEX triplet: E1, C7 and DB. RGB value is (225,199,219). Sum of RGB (Red+Green+Blue) = 225+199+219=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7DB is #1E3824. Grayscale: #D1D1D1. Windows color (decimal): -1980453 or 14403553. OLE color: 14403553.

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

Color convert

RGB225199219-
CMYK00.120.030.12
HSL313.85º30.23%83.14%-
HSV(B)313.85º11.56%88.24%-
XYZ64.2661.9775.59-
YUV209.05133.61139.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.99%
GREEN value IS 199 (78.12% from 255) = 30.95%
BLUE value IS 219 (85.94% from 255) = 34.06%
R=34.99%
G=30.95%
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
Decimal22519921900.120.030.12313.8530.2383.14
HexE1C7DB0C3C13a1e53
Octal34130733301431447236123
Binary11100001110001111101101101100111100100111010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C7DB; }

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

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

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

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

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

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

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

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