#E7B0D4

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

Shades of French Lilac #E7B0D4

Tints of French Lilac #E7B0D4

Color information

#E7B0D4 (or 0xE7B0D4) is unknown color: approx French Lilac. HEX triplet: E7, B0 and D4. RGB value is (231,176,212). Sum of RGB (Red+Green+Blue) = 231+176+212=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0D4 is #184F2B. Grayscale: #C4C4C4. Windows color (decimal): -1593132 or 13938919. OLE color: 13938919.

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

Color convert

RGB231176212-
CMYK00.240.080.09
HSL320.73º53.4%79.8%-
HSV(B)320.73º23.81%90.59%-
XYZ60.3652.7969.3-
YUV196.55136.72152.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.32%
GREEN value IS 176 (69.14% from 255) = 28.43%
BLUE value IS 212 (83.20% from 255) = 34.25%
R=37.32%
G=28.43%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117621200.240.080.09320.7353.479.8
HexE7B0D4018891413550
Octal347260324030101150165120
Binary111001111011000011010100011000100010011010000011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0D4; }

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

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

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

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

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

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

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

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