#E7C6DF

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

Shades of French Lilac #E7C6DF

Tints of French Lilac #E7C6DF

Color information

#E7C6DF (or 0xE7C6DF) is unknown color: approx French Lilac. HEX triplet: E7, C6 and DF. RGB value is (231,198,223). Sum of RGB (Red+Green+Blue) = 231+198+223=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6DF is #183920. Grayscale: #D2D2D2. Windows color (decimal): -1587489 or 14665447. OLE color: 14665447.

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

Color convert

RGB231198223-
CMYK00.140.030.09
HSL314.55º40.74%84.12%-
HSV(B)314.55º14.29%90.59%-
XYZ66.4762.778.41-
YUV210.72134.93142.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.43%
GREEN value IS 198 (77.73% from 255) = 30.37%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=35.43%
G=30.37%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119822300.140.030.09314.5540.7484.12
HexE7C6DF0E3913b2954
Octal34730633701631147351124
Binary111001111100011011011111011101110011001110111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6DF; }

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

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

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

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

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

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

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

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