#E7ADD4

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

Shades of French Lilac #E7ADD4

Tints of French Lilac #E7ADD4

Color information

#E7ADD4 (or 0xE7ADD4) is unknown color: approx French Lilac. HEX triplet: E7, AD and D4. RGB value is (231,173,212). Sum of RGB (Red+Green+Blue) = 231+173+212=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADD4 is #18522B. Grayscale: #C2C2C2. Windows color (decimal): -1593900 or 13938151. OLE color: 13938151.

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

Color convert

RGB231173212-
CMYK00.250.080.09
HSL319.66º54.72%79.22%-
HSV(B)319.66º25.11%90.59%-
XYZ59.7851.6369.1-
YUV194.79137.72153.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.5%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 212 (83.20% from 255) = 34.42%
R=37.5%
G=28.08%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117321200.250.080.09319.6654.7279.22
HexE7ADD401989140374f
Octal347255324031101150067117
Binary111001111010110111010100011001100010011010000001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADD4; }

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

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

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

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

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

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

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

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