#E7B9DD

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

Shades of French Lilac #E7B9DD

Tints of French Lilac #E7B9DD

Color information

#E7B9DD (or 0xE7B9DD) is unknown color: approx French Lilac. HEX triplet: E7, B9 and DD. RGB value is (231,185,221). Sum of RGB (Red+Green+Blue) = 231+185+221=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9DD is #184622. Grayscale: #CACACA. Windows color (decimal): -1590819 or 14531047. OLE color: 14531047.

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

Color convert

RGB231185221-
CMYK00.200.040.09
HSL313.04º48.94%81.57%-
HSV(B)313.04º19.91%90.59%-
XYZ63.3656.9176.05-
YUV202.86138.24148.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.26%
GREEN value IS 185 (72.66% from 255) = 29.04%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=36.26%
G=29.04%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118522100.200.040.09313.0448.9481.57
HexE7B9DD014491393152
Octal34727133502441147161122
Binary11100111101110011101110101010010010011001110011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B9DD; }

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

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

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

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

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

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

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

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