#E5BBDA

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

Shades of French Lilac #E5BBDA

Tints of French Lilac #E5BBDA

Color information

#E5BBDA (or 0xE5BBDA) is unknown color: approx French Lilac. HEX triplet: E5, BB and DA. RGB value is (229,187,218). Sum of RGB (Red+Green+Blue) = 229+187+218=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BBDA is #1A4425. Grayscale: #CBCBCB. Windows color (decimal): -1721382 or 14334949. OLE color: 14334949.

HSL color Cylindrical-coordinate representation of color #E5BBDA: hue angle of 315.71º 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 #E5BBDA is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229187218-
CMYK00.180.050.10
HSL315.71º44.68%81.57%-
HSV(B)315.71º18.34%89.8%-
XYZ62.7457.2674.08-
YUV203.09136.41146.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.12%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=36.12%
G=29.50%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918721800.180.050.10315.7144.6881.57
HexE5BBDA0125A13c2d52
Octal34527333202251247455122
Binary11100101101110111101101001001010110101001111001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BBDA; }

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

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

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

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

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

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

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

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