#E9BAE5

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

Shades of French Lilac #E9BAE5

Tints of French Lilac #E9BAE5

Color information

#E9BAE5 (or 0xE9BAE5) is unknown color: approx French Lilac. HEX triplet: E9, BA and E5. RGB value is (233,186,229). Sum of RGB (Red+Green+Blue) = 233+186+229=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BAE5 is #16451A. Grayscale: #CCCCCC. Windows color (decimal): -1459483 or 15055593. OLE color: 15055593.

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

Color convert

RGB233186229-
CMYK00.200.020.09
HSL305.11º51.65%82.16%-
HSV(B)305.11º20.17%91.37%-
XYZ65.3158.181.9-
YUV204.96141.57148-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.96%
GREEN value IS 186 (73.05% from 255) = 28.70%
BLUE value IS 229 (89.84% from 255) = 35.34%
R=35.96%
G=28.70%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318622900.200.020.09305.1151.6582.16
HexE9BAE5014291313452
Octal35127234502421146164122
Binary1110100110111010111001010101001010011001100011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BAE5; }

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

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

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

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

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

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

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

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