#E7AFDA

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

Shades of French Lilac #E7AFDA

Tints of French Lilac #E7AFDA

Color information

#E7AFDA (or 0xE7AFDA) is unknown color: approx French Lilac. HEX triplet: E7, AF and DA. RGB value is (231,175,218). Sum of RGB (Red+Green+Blue) = 231+175+218=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFDA is #185025. Grayscale: #C4C4C4. Windows color (decimal): -1593382 or 14331879. OLE color: 14331879.

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

Color convert

RGB231175218-
CMYK00.240.060.09
HSL313.93º53.85%79.61%-
HSV(B)313.93º24.24%90.59%-
XYZ60.9452.7173.29-
YUV196.65140.05152.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.02%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=37.02%
G=28.04%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117521800.240.060.09313.9353.8579.61
HexE7AFDA0186913a3650
Octal34725733203061147266120
Binary11100111101011111101101001100011010011001110101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFDA; }

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

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

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

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

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

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

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

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