#E2AFDF

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

Shades of French Lilac #E2AFDF

Tints of French Lilac #E2AFDF

Color information

#E2AFDF (or 0xE2AFDF) is unknown color: approx French Lilac. HEX triplet: E2, AF and DF. RGB value is (226,175,223). Sum of RGB (Red+Green+Blue) = 226+175+223=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFDF is #1D5020. Grayscale: #C3C3C3. Windows color (decimal): -1921057 or 14659554. OLE color: 14659554.

HSL color Cylindrical-coordinate representation of color #E2AFDF: hue angle of 303.53º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFDF is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB226175223-
CMYK00.230.010.11
HSL303.53º46.79%78.63%-
HSV(B)303.53º22.57%88.63%-
XYZ60.0152.1676.72-
YUV195.72143.4149.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.22%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=36.22%
G=28.04%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617522300.230.010.11303.5346.7978.63
HexE2AFDF0171B1302f4f
Octal34225733702711346057117
Binary111000101010111111011111010111110111001100001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFDF; }

 p { color: rgb(226,175,223); }

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

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

 a { background-color: rgb(226,175,223); }

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

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

 span { border-color: rgb(226,175,223); }

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