#E9BADA

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

Shades of French Lilac #E9BADA

Tints of French Lilac #E9BADA

Color information

#E9BADA (or 0xE9BADA) is unknown color: approx French Lilac. HEX triplet: E9, BA and DA. RGB value is (233,186,218). Sum of RGB (Red+Green+Blue) = 233+186+218=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BADA is #164525. Grayscale: #CBCBCB. Windows color (decimal): -1459494 or 14334697. OLE color: 14334697.

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

Color convert

RGB233186218-
CMYK00.200.060.09
HSL319.15º51.65%82.16%-
HSV(B)319.15º20.17%91.37%-
XYZ63.8257.574.07-
YUV203.7136.07148.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.58%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=36.58%
G=29.20%
B=34.22%

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
Decimal23318621800.200.060.09319.1551.6582.16
HexE9BADA0146913f3452
Octal35127233202461147764122
Binary11101001101110101101101001010011010011001111111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BADA; }

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

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

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

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

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

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

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

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