#E7A8DC

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

Shades of French Lilac #E7A8DC

Tints of French Lilac #E7A8DC

Color information

#E7A8DC (or 0xE7A8DC) is unknown color: approx French Lilac. HEX triplet: E7, A8 and DC. RGB value is (231,168,220). Sum of RGB (Red+Green+Blue) = 231+168+220=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8DC is #185723. Grayscale: #C0C0C0. Windows color (decimal): -1595172 or 14461159. OLE color: 14461159.

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

Color convert

RGB231168220-
CMYK00.270.050.09
HSL310.48º56.76%78.24%-
HSV(B)310.48º27.27%90.59%-
XYZ59.8850.1674.24-
YUV192.76143.37155.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.32%
GREEN value IS 168 (66.02% from 255) = 27.14%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=37.32%
G=27.14%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116822000.270.050.09310.4856.7678.24
HexE7A8DC01B59136394e
Octal34725033403351146671116
Binary11100111101010001101110001101110110011001101101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A8DC; }

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

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

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

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

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

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

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

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