#E7C1DF

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

Shades of French Lilac #E7C1DF

Tints of French Lilac #E7C1DF

Color information

#E7C1DF (or 0xE7C1DF) is unknown color: approx French Lilac. HEX triplet: E7, C1 and DF. RGB value is (231,193,223). Sum of RGB (Red+Green+Blue) = 231+193+223=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C1DF is #183E20. Grayscale: #CFCFCF. Windows color (decimal): -1588769 or 14664167. OLE color: 14664167.

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

Color convert

RGB231193223-
CMYK00.160.030.09
HSL312.63º44.19%83.14%-
HSV(B)312.63º16.45%90.59%-
XYZ65.3460.4678.04-
YUV207.78136.59144.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.70%
GREEN value IS 193 (75.78% from 255) = 29.83%
BLUE value IS 223 (87.5% from 255) = 34.47%
R=35.70%
G=29.83%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119322300.160.030.09312.6344.1983.14
HexE7C1DF010391392c53
Octal34730133702031147154123
Binary1110011111000001110111110100001110011001110011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C1DF; }

 p { color: rgb(231,193,223); }

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

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

 a { background-color: rgb(231,193,223); }

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

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

 span { border-color: rgb(231,193,223); }

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