#E7AEDB

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

Shades of French Lilac #E7AEDB

Tints of French Lilac #E7AEDB

Color information

#E7AEDB (or 0xE7AEDB) is unknown color: approx French Lilac. HEX triplet: E7, AE and DB. RGB value is (231,174,219). Sum of RGB (Red+Green+Blue) = 231+174+219=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AEDB is #185124. Grayscale: #C4C4C4. Windows color (decimal): -1593637 or 14397159. OLE color: 14397159.

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

Color convert

RGB231174219-
CMYK00.250.050.09
HSL312.63º54.29%79.41%-
HSV(B)312.63º24.68%90.59%-
XYZ60.8852.3873.92-
YUV196.17140.88152.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.02%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=37.02%
G=27.88%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117421900.250.050.09312.6354.2979.41
HexE7AEDB01959139364f
Octal34725633303151147166117
Binary11100111101011101101101101100110110011001110011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AEDB; }

 p { color: rgb(231,174,219); }

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

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

 a { background-color: rgb(231,174,219); }

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

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

 span { border-color: rgb(231,174,219); }

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