#E1AFD1

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

Shades of French Lilac #E1AFD1

Tints of French Lilac #E1AFD1

Color information

#E1AFD1 (or 0xE1AFD1) is unknown color: approx French Lilac. HEX triplet: E1, AF and D1. RGB value is (225,175,209). Sum of RGB (Red+Green+Blue) = 225+175+209=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFD1 is #1E502E. Grayscale: #C1C1C1. Windows color (decimal): -1986607 or 13742049. OLE color: 13742049.

HSL color Cylindrical-coordinate representation of color #E1AFD1: hue angle of 319.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFD1 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225175209-
CMYK00.220.070.12
HSL319.2º45.45%78.43%-
HSV(B)319.2º22.22%88.24%-
XYZ57.8951.2767.17-
YUV193.83136.56150.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 209 (82.03% from 255) = 34.32%
R=36.95%
G=28.74%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517520900.220.070.12319.245.4578.43
HexE1AFD10167C13f2d4e
Octal34125732102671447755116
Binary11100001101011111101000101011011111001001111111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFD1; }

 p { color: rgb(225,175,209); }

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

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

 a { background-color: rgb(225,175,209); }

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

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

 span { border-color: rgb(225,175,209); }

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