#E0C5DC

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

Shades of French Lilac #E0C5DC

Tints of French Lilac #E0C5DC

Color information

#E0C5DC (or 0xE0C5DC) is unknown color: approx French Lilac. HEX triplet: E0, C5 and DC. RGB value is (224,197,220). Sum of RGB (Red+Green+Blue) = 224+197+220=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C5DC is #1F3A23. Grayscale: #CFCFCF. Windows color (decimal): -2046500 or 14468576. OLE color: 14468576.

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

Color convert

RGB224197220-
CMYK00.120.020.12
HSL308.89º30.34%82.55%-
HSV(B)308.89º12.05%87.84%-
XYZ63.6260.9576.12-
YUV207.7134.95139.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 197 (77.34% from 255) = 30.73%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=34.95%
G=30.73%
B=34.32%

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
Decimal22419722000.120.020.12308.8930.3482.55
HexE0C5DC0C2C1351e53
Octal34030533401421446536123
Binary11100000110001011101110001100101100100110101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C5DC; }

 p { color: rgb(224,197,220); }

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

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

 a { background-color: rgb(224,197,220); }

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

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

 span { border-color: rgb(224,197,220); }

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