#E7CDE1

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

Shades of French Lilac #E7CDE1

Tints of French Lilac #E7CDE1

Color information

#E7CDE1 (or 0xE7CDE1) is unknown color: approx French Lilac. HEX triplet: E7, CD and E1. RGB value is (231,205,225). Sum of RGB (Red+Green+Blue) = 231+205+225=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDE1 is #18321E. Grayscale: #D7D7D7. Windows color (decimal): -1585695 or 14798311. OLE color: 14798311.

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

Color convert

RGB231205225-
CMYK00.110.030.09
HSL313.85º35.14%85.49%-
HSV(B)313.85º11.26%90.59%-
XYZ68.3866.0980.39-
YUV215.05133.61139.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.95%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=34.95%
G=31.01%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120522500.110.030.09313.8535.1485.49
HexE7CDE10B3913a2355
Octal34731534101331147243125
Binary111001111100110111100001010111110011001110101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDE1; }

 p { color: rgb(231,205,225); }

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

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

 a { background-color: rgb(231,205,225); }

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

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

 span { border-color: rgb(231,205,225); }

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