#E5AFD9

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

Shades of French Lilac #E5AFD9

Tints of French Lilac #E5AFD9

Color information

#E5AFD9 (or 0xE5AFD9) is unknown color: approx French Lilac. HEX triplet: E5, AF and D9. RGB value is (229,175,217). Sum of RGB (Red+Green+Blue) = 229+175+217=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFD9 is #1A5026. Grayscale: #C3C3C3. Windows color (decimal): -1724455 or 14266341. OLE color: 14266341.

HSL color Cylindrical-coordinate representation of color #E5AFD9: hue angle of 313.33º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFD9 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229175217-
CMYK00.240.050.10
HSL313.33º50.94%79.22%-
HSV(B)313.33º23.58%89.8%-
XYZ60.1752.3372.57-
YUV195.93139.89151.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.88%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 217 (85.16% from 255) = 34.94%
R=36.88%
G=28.18%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917521700.240.050.10313.3350.9479.22
HexE5AFD90185A139334f
Octal34525733103051247163117
Binary11100101101011111101100101100010110101001110011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AFD9; }

 p { color: rgb(229,175,217); }

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

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

 a { background-color: rgb(229,175,217); }

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

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

 span { border-color: rgb(229,175,217); }

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