#E5AFD2

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

Shades of French Lilac #E5AFD2

Tints of French Lilac #E5AFD2

Color information

#E5AFD2 (or 0xE5AFD2) is unknown color: approx French Lilac. HEX triplet: E5, AF and D2. RGB value is (229,175,210). Sum of RGB (Red+Green+Blue) = 229+175+210=614 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.30% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFD2 is #1A502D. Grayscale: #C3C3C3. Windows color (decimal): -1724462 or 13807589. OLE color: 13807589.

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

Color convert

RGB229175210-
CMYK00.240.080.10
HSL321.11º50.94%79.22%-
HSV(B)321.11º23.58%89.8%-
XYZ59.2851.9767.88-
YUV195.14136.39152.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.30%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=37.30%
G=28.50%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917521000.240.080.10321.1150.9479.22
HexE5AFD20188A141334f
Octal345257322030101250163117
Binary111001011010111111010010011000100010101010000011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AFD2; }

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

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

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

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

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

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

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

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