#E7C0DC

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

Shades of French Lilac #E7C0DC

Tints of French Lilac #E7C0DC

Color information

#E7C0DC (or 0xE7C0DC) is unknown color: approx French Lilac. HEX triplet: E7, C0 and DC. RGB value is (231,192,220). Sum of RGB (Red+Green+Blue) = 231+192+220=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0DC is #183F23. Grayscale: #CECECE. Windows color (decimal): -1589028 or 14467303. OLE color: 14467303.

HSL color Cylindrical-coordinate representation of color #E7C0DC: hue angle of 316.92º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7C0DC is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231192220-
CMYK00.170.050.09
HSL316.92º44.83%82.94%-
HSV(B)316.92º16.88%90.59%-
XYZ64.7259.8675.85-
YUV206.85135.42145.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.93%
GREEN value IS 192 (75.39% from 255) = 29.86%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=35.93%
G=29.86%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119222000.170.050.09316.9244.8382.94
HexE7C0DC0115913d2d53
Octal34730033402151147555123
Binary11100111110000001101110001000110110011001111011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0DC; }

 p { color: rgb(231,192,220); }

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

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

 a { background-color: rgb(231,192,220); }

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

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

 span { border-color: rgb(231,192,220); }

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