#E4BBDD

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

Shades of French Lilac #E4BBDD

Tints of French Lilac #E4BBDD

Color information

#E4BBDD (or 0xE4BBDD) is unknown color: approx French Lilac. HEX triplet: E4, BB and DD. RGB value is (228,187,221). Sum of RGB (Red+Green+Blue) = 228+187+221=636 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.85% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BBDD is #1B4422. Grayscale: #CBCBCB. Windows color (decimal): -1786915 or 14531556. OLE color: 14531556.

HSL color Cylindrical-coordinate representation of color #E4BBDD: hue angle of 310.24º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BBDD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB228187221-
CMYK00.180.030.11
HSL310.24º43.16%81.37%-
HSV(B)310.24º17.98%89.41%-
XYZ62.8257.2676.15-
YUV203.14138.08145.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.85%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=35.85%
G=29.40%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818722100.180.030.11310.2443.1681.37
HexE4BBDD0123B1362b51
Octal34427333502231346653121
Binary1110010010111011110111010100101110111001101101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BBDD; }

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

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

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

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

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

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

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

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