#E7ACDF

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

Shades of French Lilac #E7ACDF

Tints of French Lilac #E7ACDF

Color information

#E7ACDF (or 0xE7ACDF) is unknown color: approx French Lilac. HEX triplet: E7, AC and DF. RGB value is (231,172,223). Sum of RGB (Red+Green+Blue) = 231+172+223=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACDF is #185320. Grayscale: #C3C3C3. Windows color (decimal): -1594145 or 14658791. OLE color: 14658791.

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

Color convert

RGB231172223-
CMYK00.260.030.09
HSL308.14º55.14%79.02%-
HSV(B)308.14º25.54%90.59%-
XYZ61.0351.8276.6-
YUV195.46143.55153.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.90%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=36.90%
G=27.48%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117222300.260.030.09308.1455.1479.02
HexE7ACDF01A39134374f
Octal34725433703231146467117
Binary1110011110101100110111110110101110011001101001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACDF; }

 p { color: rgb(231,172,223); }

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

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

 a { background-color: rgb(231,172,223); }

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

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

 span { border-color: rgb(231,172,223); }

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