#E9B5DD

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

Shades of French Lilac #E9B5DD

Tints of French Lilac #E9B5DD

Color information

#E9B5DD (or 0xE9B5DD) is unknown color: approx French Lilac. HEX triplet: E9, B5 and DD. RGB value is (233,181,221). Sum of RGB (Red+Green+Blue) = 233+181+221=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B5DD is #164A22. Grayscale: #C9C9C9. Windows color (decimal): -1460771 or 14530025. OLE color: 14530025.

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

Color convert

RGB233181221-
CMYK00.220.050.09
HSL313.85º54.17%81.18%-
HSV(B)313.85º22.32%91.37%-
XYZ63.1855.5975.81-
YUV201.11139.23150.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.69%
GREEN value IS 181 (71.09% from 255) = 28.50%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=36.69%
G=28.50%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318122100.220.050.09313.8554.1781.18
HexE9B5DD0165913a3651
Octal35126533502651147266121
Binary11101001101101011101110101011010110011001110101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B5DD; }

 p { color: rgb(233,181,221); }

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

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

 a { background-color: rgb(233,181,221); }

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

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

 span { border-color: rgb(233,181,221); }

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