#E7A7DC

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

Shades of French Lilac #E7A7DC

Tints of French Lilac #E7A7DC

Color information

#E7A7DC (or 0xE7A7DC) is unknown color: approx French Lilac. HEX triplet: E7, A7 and DC. RGB value is (231,167,220). Sum of RGB (Red+Green+Blue) = 231+167+220=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A7DC is #185823. Grayscale: #C0C0C0. Windows color (decimal): -1595428 or 14460903. OLE color: 14460903.

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

Color convert

RGB231167220-
CMYK00.280.050.09
HSL310.31º57.14%78.04%-
HSV(B)310.31º27.71%90.59%-
XYZ59.6949.7974.18-
YUV192.18143.7155.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.38%
GREEN value IS 167 (65.62% from 255) = 27.02%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=37.38%
G=27.02%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116722000.280.050.09310.3157.1478.04
HexE7A7DC01C59136394e
Octal34724733403451146671116
Binary11100111101001111101110001110010110011001101101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A7DC; }

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

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

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

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

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

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

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

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