#E7A8D4

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

Shades of French Lilac #E7A8D4

Tints of French Lilac #E7A8D4

Color information

#E7A8D4 (or 0xE7A8D4) is unknown color: approx French Lilac. HEX triplet: E7, A8 and D4. RGB value is (231,168,212). Sum of RGB (Red+Green+Blue) = 231+168+212=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8D4 is #18572B. Grayscale: #BFBFBF. Windows color (decimal): -1595180 or 13936871. OLE color: 13936871.

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

Color convert

RGB231168212-
CMYK00.270.080.09
HSL318.1º56.76%78.24%-
HSV(B)318.1º27.27%90.59%-
XYZ58.8449.7568.79-
YUV191.85139.37155.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.81%
GREEN value IS 168 (66.02% from 255) = 27.50%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=37.81%
G=27.50%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116821200.270.080.09318.156.7678.24
HexE7A8D401B8913e394e
Octal347250324033101147671116
Binary111001111010100011010100011011100010011001111101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A8D4; }

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

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

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

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

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

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

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

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