#E9BADB

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

Shades of French Lilac #E9BADB

Tints of French Lilac #E9BADB

Color information

#E9BADB (or 0xE9BADB) is unknown color: approx French Lilac. HEX triplet: E9, BA and DB. RGB value is (233,186,219). Sum of RGB (Red+Green+Blue) = 233+186+219=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BADB is #164524. Grayscale: #CBCBCB. Windows color (decimal): -1459493 or 14400233. OLE color: 14400233.

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

Color convert

RGB233186219-
CMYK00.200.060.09
HSL317.87º51.65%82.16%-
HSV(B)317.87º20.17%91.37%-
XYZ63.9557.5674.76-
YUV203.82136.57148.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.52%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=36.52%
G=29.15%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318621900.200.060.09317.8751.6582.16
HexE9BADB0146913e3452
Octal35127233302461147664122
Binary11101001101110101101101101010011010011001111101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BADB; }

 p { color: rgb(233,186,219); }

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

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

 a { background-color: rgb(233,186,219); }

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

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

 span { border-color: rgb(233,186,219); }

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