#E5C4DC

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

Shades of French Lilac #E5C4DC

Tints of French Lilac #E5C4DC

Color information

#E5C4DC (or 0xE5C4DC) is unknown color: approx French Lilac. HEX triplet: E5, C4 and DC. RGB value is (229,196,220). Sum of RGB (Red+Green+Blue) = 229+196+220=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4DC is #1A3B23. Grayscale: #D0D0D0. Windows color (decimal): -1719076 or 14468325. OLE color: 14468325.

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

Color convert

RGB229196220-
CMYK00.140.040.10
HSL316.36º38.82%83.33%-
HSV(B)316.36º14.41%89.8%-
XYZ64.9761.3176.12-
YUV208.6134.43142.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.50%
GREEN value IS 196 (76.95% from 255) = 30.39%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=35.50%
G=30.39%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919622000.140.040.10316.3638.8283.33
HexE5C4DC0E4A13c2753
Octal34530433401641247447123
Binary1110010111000100110111000111010010101001111001001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C4DC; }

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

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

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

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

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

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

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

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