#E7AADC

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

Shades of French Lilac #E7AADC

Tints of French Lilac #E7AADC

Color information

#E7AADC (or 0xE7AADC) is unknown color: approx French Lilac. HEX triplet: E7, AA and DC. RGB value is (231,170,220). Sum of RGB (Red+Green+Blue) = 231+170+220=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AADC is #185523. Grayscale: #C1C1C1. Windows color (decimal): -1594660 or 14461671. OLE color: 14461671.

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

Color convert

RGB231170220-
CMYK00.260.050.09
HSL310.82º55.96%78.63%-
HSV(B)310.82º26.41%90.59%-
XYZ60.2550.9174.36-
YUV193.94142.71154.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=37.20%
G=27.38%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117022000.260.050.09310.8255.9678.63
HexE7AADC01A59137384f
Octal34725233403251146770117
Binary11100111101010101101110001101010110011001101111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AADC; }

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

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

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

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

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

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

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

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