#E9BDE5

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

Shades of French Lilac #E9BDE5

Tints of French Lilac #E9BDE5

Color information

#E9BDE5 (or 0xE9BDE5) is unknown color: approx French Lilac. HEX triplet: E9, BD and E5. RGB value is (233,189,229). Sum of RGB (Red+Green+Blue) = 233+189+229=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDE5 is #16421A. Grayscale: #CECECE. Windows color (decimal): -1458715 or 15056361. OLE color: 15056361.

HSL color Cylindrical-coordinate representation of color #E9BDE5: hue angle of 305.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 #E9BDE5 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB233189229-
CMYK00.190.020.09
HSL305.45º50%82.75%-
HSV(B)305.45º18.88%91.37%-
XYZ65.9459.3882.11-
YUV206.72140.58146.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.79%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 229 (89.84% from 255) = 35.18%
R=35.79%
G=29.03%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318922900.190.020.09305.455082.75
HexE9BDE5013291313253
Octal35127534502321146162123
Binary1110100110111101111001010100111010011001100011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDE5; }

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

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

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

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

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

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

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

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