#E5C9DC

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

Shades of French Lilac #E5C9DC

Tints of French Lilac #E5C9DC

Color information

#E5C9DC (or 0xE5C9DC) is unknown color: approx French Lilac. HEX triplet: E5, C9 and DC. RGB value is (229,201,220). Sum of RGB (Red+Green+Blue) = 229+201+220=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C9DC is #1A3623. Grayscale: #D3D3D3. Windows color (decimal): -1717796 or 14469605. OLE color: 14469605.

HSL color Cylindrical-coordinate representation of color #E5C9DC: hue angle of 319.29º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5C9DC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229201220-
CMYK00.120.040.10
HSL319.29º35%84.31%-
HSV(B)319.29º12.23%89.8%-
XYZ66.1263.676.5-
YUV211.54132.78140.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.23%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=35.23%
G=30.92%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920122000.120.040.10319.293584.31
HexE5C9DC0C4A13f2354
Octal34531133401441247743124
Binary1110010111001001110111000110010010101001111111000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C9DC; }

 p { color: rgb(229,201,220); }

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

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

 a { background-color: rgb(229,201,220); }

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

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

 span { border-color: rgb(229,201,220); }

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