#E7ADD5

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

Shades of French Lilac #E7ADD5

Tints of French Lilac #E7ADD5

Color information

#E7ADD5 (or 0xE7ADD5) is unknown color: approx French Lilac. HEX triplet: E7, AD and D5. RGB value is (231,173,213). Sum of RGB (Red+Green+Blue) = 231+173+213=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADD5 is #18522A. Grayscale: #C2C2C2. Windows color (decimal): -1593899 or 14003687. OLE color: 14003687.

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

Color convert

RGB231173213-
CMYK00.250.080.09
HSL318.62º54.72%79.22%-
HSV(B)318.62º25.11%90.59%-
XYZ59.9151.6869.77-
YUV194.9138.22153.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.44%
GREEN value IS 173 (67.97% from 255) = 28.04%
BLUE value IS 213 (83.59% from 255) = 34.52%
R=37.44%
G=28.04%
B=34.52%

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
Decimal23117321300.250.080.09318.6254.7279.22
HexE7ADD50198913f374f
Octal347255325031101147767117
Binary111001111010110111010101011001100010011001111111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADD5; }

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

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

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

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

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

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

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

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