#E9BDDA

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

Shades of French Lilac #E9BDDA

Tints of French Lilac #E9BDDA

Color information

#E9BDDA (or 0xE9BDDA) is unknown color: approx French Lilac. HEX triplet: E9, BD and DA. RGB value is (233,189,218). Sum of RGB (Red+Green+Blue) = 233+189+218=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDDA is #164225. Grayscale: #CDCDCD. Windows color (decimal): -1458726 or 14335465. OLE color: 14335465.

HSL color Cylindrical-coordinate representation of color #E9BDDA: hue angle of 320.45º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BDDA is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233189218-
CMYK00.190.060.09
HSL320.45º50%82.75%-
HSV(B)320.45º18.88%91.37%-
XYZ64.4658.7874.28-
YUV205.46135.08147.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.41%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=36.41%
G=29.53%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318921800.190.060.09320.455082.75
HexE9BDDA013691403253
Octal35127533202361150062123
Binary11101001101111011101101001001111010011010000001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDDA; }

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

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

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

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

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

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

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

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