#E7BCDD

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

Shades of French Lilac #E7BCDD

Tints of French Lilac #E7BCDD

Color information

#E7BCDD (or 0xE7BCDD) is unknown color: approx French Lilac. HEX triplet: E7, BC and DD. RGB value is (231,188,221). Sum of RGB (Red+Green+Blue) = 231+188+221=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCDD is #184322. Grayscale: #CCCCCC. Windows color (decimal): -1590051 or 14531815. OLE color: 14531815.

HSL color Cylindrical-coordinate representation of color #E7BCDD: hue angle of 313.95º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BCDD is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231188221-
CMYK00.190.040.09
HSL313.95º47.25%82.16%-
HSV(B)313.95º18.61%90.59%-
XYZ63.9958.1876.26-
YUV204.62137.25146.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 188 (73.83% from 255) = 29.38%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=36.09%
G=29.38%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118822100.190.040.09313.9547.2582.16
HexE7BCDD0134913a2f52
Octal34727433502341147257122
Binary11100111101111001101110101001110010011001110101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCDD; }

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

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

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

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

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

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

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

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