#E7AFDB

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

Shades of French Lilac #E7AFDB

Tints of French Lilac #E7AFDB

Color information

#E7AFDB (or 0xE7AFDB) is unknown color: approx French Lilac. HEX triplet: E7, AF and DB. RGB value is (231,175,219). Sum of RGB (Red+Green+Blue) = 231+175+219=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFDB is #185024. Grayscale: #C4C4C4. Windows color (decimal): -1593381 or 14397415. OLE color: 14397415.

HSL color Cylindrical-coordinate representation of color #E7AFDB: hue angle of 312.86º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7AFDB is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231175219-
CMYK00.240.050.09
HSL312.86º53.85%79.61%-
HSV(B)312.86º24.24%90.59%-
XYZ61.0752.7673.98-
YUV196.76140.55152.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.96%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=36.96%
G=28%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117521900.240.050.09312.8653.8579.61
HexE7AFDB018591393650
Octal34725733303051147166120
Binary11100111101011111101101101100010110011001110011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFDB; }

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

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

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

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

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

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

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

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