#E7B0DB

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

Shades of French Lilac #E7B0DB

Tints of French Lilac #E7B0DB

Color information

#E7B0DB (or 0xE7B0DB) is unknown color: approx French Lilac. HEX triplet: E7, B0 and DB. RGB value is (231,176,219). Sum of RGB (Red+Green+Blue) = 231+176+219=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0DB is #184F24. Grayscale: #C5C5C5. Windows color (decimal): -1593125 or 14397671. OLE color: 14397671.

HSL color Cylindrical-coordinate representation of color #E7B0DB: hue angle of 313.09º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B0DB is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231176219-
CMYK00.240.050.09
HSL313.09º53.4%79.8%-
HSV(B)313.09º23.81%90.59%-
XYZ61.2753.1574.05-
YUV197.35140.22152-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.90%
GREEN value IS 176 (69.14% from 255) = 28.12%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=36.90%
G=28.12%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117621900.240.050.09313.0953.479.8
HexE7B0DB018591393550
Octal34726033303051147165120
Binary11100111101100001101101101100010110011001110011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0DB; }

 p { color: rgb(231,176,219); }

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

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

 a { background-color: rgb(231,176,219); }

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

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

 span { border-color: rgb(231,176,219); }

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