#E7B2DB

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

Shades of French Lilac #E7B2DB

Tints of French Lilac #E7B2DB

Color information

#E7B2DB (or 0xE7B2DB) is unknown color: approx French Lilac. HEX triplet: E7, B2 and DB. RGB value is (231,178,219). Sum of RGB (Red+Green+Blue) = 231+178+219=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B2DB is #184D24. Grayscale: #C6C6C6. Windows color (decimal): -1592613 or 14398183. OLE color: 14398183.

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

Color convert

RGB231178219-
CMYK00.230.050.09
HSL313.58º52.48%80.2%-
HSV(B)313.58º22.94%90.59%-
XYZ61.6653.9474.18-
YUV198.52139.56151.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.78%
GREEN value IS 178 (69.92% from 255) = 28.34%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=36.78%
G=28.34%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117821900.230.050.09313.5852.4880.2
HexE7B2DB0175913a3450
Octal34726233302751147264120
Binary11100111101100101101101101011110110011001110101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B2DB; }

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

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

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

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

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

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

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

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