#E7A9D6

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

Shades of French Lilac #E7A9D6

Tints of French Lilac #E7A9D6

Color information

#E7A9D6 (or 0xE7A9D6) is unknown color: approx French Lilac. HEX triplet: E7, A9 and D6. RGB value is (231,169,214). Sum of RGB (Red+Green+Blue) = 231+169+214=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A9D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A9D6 is #185629. Grayscale: #C0C0C0. Windows color (decimal): -1594922 or 14068199. OLE color: 14068199.

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

Color convert

RGB231169214-
CMYK00.270.070.09
HSL316.45º56.36%78.43%-
HSV(B)316.45º26.84%90.59%-
XYZ59.2850.2270.19-
YUV192.67140.04155.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.62%
GREEN value IS 169 (66.41% from 255) = 27.52%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=37.62%
G=27.52%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116921400.270.070.09316.4556.3678.43
HexE7A9D601B7913c384e
Octal34725132603371147470116
Binary11100111101010011101011001101111110011001111001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A9D6; }

 p { color: rgb(231,169,214); }

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

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

 a { background-color: rgb(231,169,214); }

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

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

 span { border-color: rgb(231,169,214); }

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