#E7C6DE

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

Shades of French Lilac #E7C6DE

Tints of French Lilac #E7C6DE

Color information

#E7C6DE (or 0xE7C6DE) is unknown color: approx French Lilac. HEX triplet: E7, C6 and DE. RGB value is (231,198,222). Sum of RGB (Red+Green+Blue) = 231+198+222=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6DE is #183921. Grayscale: #D2D2D2. Windows color (decimal): -1587490 or 14599911. OLE color: 14599911.

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

Color convert

RGB231198222-
CMYK00.140.040.09
HSL316.36º40.74%84.12%-
HSV(B)316.36º14.29%90.59%-
XYZ66.3362.6577.7-
YUV210.6134.43142.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.48%
GREEN value IS 198 (77.73% from 255) = 30.41%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=35.48%
G=30.41%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119822200.140.040.09316.3640.7484.12
HexE7C6DE0E4913c2954
Octal34730633601641147451124
Binary1110011111000110110111100111010010011001111001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6DE; }

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

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

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

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

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

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

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

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