#E5BBDD

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

Shades of French Lilac #E5BBDD

Tints of French Lilac #E5BBDD

Color information

#E5BBDD (or 0xE5BBDD) is unknown color: approx French Lilac. HEX triplet: E5, BB and DD. RGB value is (229,187,221). Sum of RGB (Red+Green+Blue) = 229+187+221=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BBDD is #1A4422. Grayscale: #CBCBCB. Windows color (decimal): -1721379 or 14531557. OLE color: 14531557.

HSL color Cylindrical-coordinate representation of color #E5BBDD: hue angle of 311.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BBDD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229187221-
CMYK00.180.030.10
HSL311.43º44.68%81.57%-
HSV(B)311.43º18.34%89.8%-
XYZ63.1357.4276.16-
YUV203.43137.91146.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.95%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=35.95%
G=29.36%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918722100.180.030.10311.4344.6881.57
HexE5BBDD0123A1372d52
Octal34527333502231246755122
Binary1110010110111011110111010100101110101001101111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BBDD; }

 p { color: rgb(229,187,221); }

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

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

 a { background-color: rgb(229,187,221); }

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

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

 span { border-color: rgb(229,187,221); }

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