#E7AADD

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

Shades of French Lilac #E7AADD

Tints of French Lilac #E7AADD

Color information

#E7AADD (or 0xE7AADD) is unknown color: approx French Lilac. HEX triplet: E7, AA and DD. RGB value is (231,170,221). Sum of RGB (Red+Green+Blue) = 231+170+221=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AADD is #185522. Grayscale: #C1C1C1. Windows color (decimal): -1594659 or 14527207. OLE color: 14527207.

HSL color Cylindrical-coordinate representation of color #E7AADD: hue angle of 309.84º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7AADD is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231170221-
CMYK00.260.040.09
HSL309.84º55.96%78.63%-
HSV(B)309.84º26.41%90.59%-
XYZ60.3850.9675.06-
YUV194.05143.21154.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.14%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=37.14%
G=27.33%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117022100.260.040.09309.8455.9678.63
HexE7AADD01A49136384f
Octal34725233503241146670117
Binary11100111101010101101110101101010010011001101101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AADD; }

 p { color: rgb(231,170,221); }

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

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

 a { background-color: rgb(231,170,221); }

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

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

 span { border-color: rgb(231,170,221); }

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