#E9B5EC

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

Shades of French Lilac #E9B5EC

Tints of French Lilac #E9B5EC

Color information

#E9B5EC (or 0xE9B5EC) is unknown color: approx French Lilac. HEX triplet: E9, B5 and EC. RGB value is (233,181,236). Sum of RGB (Red+Green+Blue) = 233+181+236=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9B5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B5EC is #164A13. Grayscale: #CACACA. Windows color (decimal): -1460756 or 15513065. OLE color: 15513065.

HSL color Cylindrical-coordinate representation of color #E9B5EC: hue angle of 296.73º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9B5EC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233181236-
CMYK0.010.2300.07
HSL296.73º59.14%81.76%-
HSV(B)296.73º23.31%92.55%-
XYZ65.2756.4386.81-
YUV202.82146.73149.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.85%
GREEN value IS 181 (71.09% from 255) = 27.85%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=35.85%
G=27.85%
B=36.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331812360.010.2300.07296.7359.1481.76
HexE9B5EC117071293b52
Octal3512653541270745173122
Binary11101001101101011110110011011101111001010011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B5EC; }

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

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

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

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

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

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

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

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