#E7ADD3

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

Shades of French Lilac #E7ADD3

Tints of French Lilac #E7ADD3

Color information

#E7ADD3 (or 0xE7ADD3) is unknown color: approx French Lilac. HEX triplet: E7, AD and D3. RGB value is (231,173,211). Sum of RGB (Red+Green+Blue) = 231+173+211=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADD3 is #18522C. Grayscale: #C2C2C2. Windows color (decimal): -1593901 or 13872615. OLE color: 13872615.

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

Color convert

RGB231173211-
CMYK00.250.090.09
HSL320.69º54.72%79.22%-
HSV(B)320.69º25.11%90.59%-
XYZ59.6651.5868.44-
YUV194.67137.22153.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.56%
GREEN value IS 173 (67.97% from 255) = 28.13%
BLUE value IS 211 (82.81% from 255) = 34.31%
R=37.56%
G=28.13%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117321100.250.090.09320.6954.7279.22
HexE7ADD301999141374f
Octal347255323031111150167117
Binary111001111010110111010011011001100110011010000011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADD3; }

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

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

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

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

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

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

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

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