#E7C5DF

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

Shades of French Lilac #E7C5DF

Tints of French Lilac #E7C5DF

Color information

#E7C5DF (or 0xE7C5DF) is unknown color: approx French Lilac. HEX triplet: E7, C5 and DF. RGB value is (231,197,223). Sum of RGB (Red+Green+Blue) = 231+197+223=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C5DF is #183A20. Grayscale: #D2D2D2. Windows color (decimal): -1587745 or 14665191. OLE color: 14665191.

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

Color convert

RGB231197223-
CMYK00.150.030.09
HSL314.12º41.46%83.92%-
HSV(B)314.12º14.72%90.59%-
XYZ66.2462.2578.34-
YUV210.13135.26142.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.48%
GREEN value IS 197 (77.34% from 255) = 30.26%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=35.48%
G=30.26%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119722300.150.030.09314.1241.4683.92
HexE7C5DF0F3913a2954
Octal34730533701731147251124
Binary111001111100010111011111011111110011001110101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C5DF; }

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

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

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

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

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

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

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

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