#E7C0DA

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

Shades of French Lilac #E7C0DA

Tints of French Lilac #E7C0DA

Color information

#E7C0DA (or 0xE7C0DA) is unknown color: approx French Lilac. HEX triplet: E7, C0 and DA. RGB value is (231,192,218). Sum of RGB (Red+Green+Blue) = 231+192+218=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0DA is #183F25. Grayscale: #CECECE. Windows color (decimal): -1589030 or 14336231. OLE color: 14336231.

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

Color convert

RGB231192218-
CMYK00.170.060.09
HSL320º44.83%82.94%-
HSV(B)320º16.88%90.59%-
XYZ64.4659.7574.47-
YUV206.62134.42145.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 192 (75.39% from 255) = 29.95%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=36.04%
G=29.95%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119221800.170.060.0932044.8382.94
HexE7C0DA011691402d53
Octal34730033202161150055123
Binary11100111110000001101101001000111010011010000001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0DA; }

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

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

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

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

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

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

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

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