#E7C0DD

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

Shades of French Lilac #E7C0DD

Tints of French Lilac #E7C0DD

Color information

#E7C0DD (or 0xE7C0DD) is unknown color: approx French Lilac. HEX triplet: E7, C0 and DD. RGB value is (231,192,221). Sum of RGB (Red+Green+Blue) = 231+192+221=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0DD is #183F22. Grayscale: #CECECE. Windows color (decimal): -1589027 or 14532839. OLE color: 14532839.

HSL color Cylindrical-coordinate representation of color #E7C0DD: hue angle of 315.38º 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 #E7C0DD is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231192221-
CMYK00.170.040.09
HSL315.38º44.83%82.94%-
HSV(B)315.38º16.88%90.59%-
XYZ64.8659.9176.55-
YUV206.97135.92145.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.87%
GREEN value IS 192 (75.39% from 255) = 29.81%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=35.87%
G=29.81%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119222100.170.040.09315.3844.8382.94
HexE7C0DD0114913b2d53
Octal34730033502141147355123
Binary11100111110000001101110101000110010011001110111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0DD; }

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

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

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

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

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

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

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

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