#E7B9DC

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

Shades of French Lilac #E7B9DC

Tints of French Lilac #E7B9DC

Color information

#E7B9DC (or 0xE7B9DC) is unknown color: approx French Lilac. HEX triplet: E7, B9 and DC. RGB value is (231,185,220). Sum of RGB (Red+Green+Blue) = 231+185+220=636 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.32% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9DC is #184623. Grayscale: #CACACA. Windows color (decimal): -1590820 or 14465511. OLE color: 14465511.

HSL color Cylindrical-coordinate representation of color #E7B9DC: hue angle of 314.35º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B9DC is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231185220-
CMYK00.200.050.09
HSL314.35º48.94%81.57%-
HSV(B)314.35º19.91%90.59%-
XYZ63.2256.8575.35-
YUV202.74137.74148.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.32%
GREEN value IS 185 (72.66% from 255) = 29.09%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=36.32%
G=29.09%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118522000.200.050.09314.3548.9481.57
HexE7B9DC0145913a3152
Octal34727133402451147261122
Binary11100111101110011101110001010010110011001110101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B9DC; }

 p { color: rgb(231,185,220); }

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

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

 a { background-color: rgb(231,185,220); }

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

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

 span { border-color: rgb(231,185,220); }

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