#E9BDE4

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

Shades of French Lilac #E9BDE4

Tints of French Lilac #E9BDE4

Color information

#E9BDE4 (or 0xE9BDE4) is unknown color: approx French Lilac. HEX triplet: E9, BD and E4. RGB value is (233,189,228). Sum of RGB (Red+Green+Blue) = 233+189+228=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDE4 is #16421B. Grayscale: #CECECE. Windows color (decimal): -1458716 or 14990825. OLE color: 14990825.

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

Color convert

RGB233189228-
CMYK00.190.020.09
HSL306.82º50%82.75%-
HSV(B)306.82º18.88%91.37%-
XYZ65.8159.3281.38-
YUV206.6140.08146.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.85%
GREEN value IS 189 (74.22% from 255) = 29.08%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=35.85%
G=29.08%
B=35.08%

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
Decimal23318922800.190.020.09306.825082.75
HexE9BDE4013291333253
Octal35127534402321146362123
Binary1110100110111101111001000100111010011001100111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDE4; }

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

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

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

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

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

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

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

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