#E7B0DC

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

Shades of French Lilac #E7B0DC

Tints of French Lilac #E7B0DC

Color information

#E7B0DC (or 0xE7B0DC) is unknown color: approx French Lilac. HEX triplet: E7, B0 and DC. RGB value is (231,176,220). Sum of RGB (Red+Green+Blue) = 231+176+220=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0DC is #184F23. Grayscale: #C5C5C5. Windows color (decimal): -1593124 or 14463207. OLE color: 14463207.

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

Color convert

RGB231176220-
CMYK00.240.050.09
HSL312º53.4%79.8%-
HSV(B)312º23.81%90.59%-
XYZ61.453.2174.74-
YUV197.46140.72151.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.84%
GREEN value IS 176 (69.14% from 255) = 28.07%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=36.84%
G=28.07%
B=35.09%

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
Decimal23117622000.240.050.0931253.479.8
HexE7B0DC018591383550
Octal34726033403051147065120
Binary11100111101100001101110001100010110011001110001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0DC; }

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

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

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

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

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

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

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

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