#E7C5DD

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

Shades of French Lilac #E7C5DD

Tints of French Lilac #E7C5DD

Color information

#E7C5DD (or 0xE7C5DD) is unknown color: approx French Lilac. HEX triplet: E7, C5 and DD. RGB value is (231,197,221). Sum of RGB (Red+Green+Blue) = 231+197+221=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C5DD is #183A22. Grayscale: #D1D1D1. Windows color (decimal): -1587747 or 14534119. OLE color: 14534119.

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

Color convert

RGB231197221-
CMYK00.150.040.09
HSL317.65º41.46%83.92%-
HSV(B)317.65º14.72%90.59%-
XYZ65.9762.1476.92-
YUV209.9134.26143.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 197 (77.34% from 255) = 30.35%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=35.59%
G=30.35%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119722100.150.040.09317.6541.4683.92
HexE7C5DD0F4913e2954
Octal34730533501741147651124
Binary1110011111000101110111010111110010011001111101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C5DD; }

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

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

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

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

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

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

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

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