#E5B6DB

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

Shades of French Lilac #E5B6DB

Tints of French Lilac #E5B6DB

Color information

#E5B6DB (or 0xE5B6DB) is unknown color: approx French Lilac. HEX triplet: E5, B6 and DB. RGB value is (229,182,219). Sum of RGB (Red+Green+Blue) = 229+182+219=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B6DB is #1A4924. Grayscale: #C8C8C8. Windows color (decimal): -1722661 or 14399205. OLE color: 14399205.

HSL color Cylindrical-coordinate representation of color #E5B6DB: hue angle of 312.77º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B6DB is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229182219-
CMYK00.210.040.10
HSL312.77º47.47%80.59%-
HSV(B)312.77º20.52%89.8%-
XYZ61.8355.2374.42-
YUV200.27138.57148.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.35%
GREEN value IS 182 (71.48% from 255) = 28.89%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=36.35%
G=28.89%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918221900.210.040.10312.7747.4780.59
HexE5B6DB0154A1392f51
Octal34526633302541247157121
Binary11100101101101101101101101010110010101001110011011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B6DB; }

 p { color: rgb(229,182,219); }

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

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

 a { background-color: rgb(229,182,219); }

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

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

 span { border-color: rgb(229,182,219); }

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