#E2AFDE

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

Shades of French Lilac #E2AFDE

Tints of French Lilac #E2AFDE

Color information

#E2AFDE (or 0xE2AFDE) is unknown color: approx French Lilac. HEX triplet: E2, AF and DE. RGB value is (226,175,222). Sum of RGB (Red+Green+Blue) = 226+175+222=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFDE is #1D5021. Grayscale: #C3C3C3. Windows color (decimal): -1921058 or 14594018. OLE color: 14594018.

HSL color Cylindrical-coordinate representation of color #E2AFDE: hue angle of 304.71º 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 #E2AFDE is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226175222-
CMYK00.230.020.11
HSL304.71º46.79%78.63%-
HSV(B)304.71º22.57%88.63%-
XYZ59.8852.176.01-
YUV195.61142.9149.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.28%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=36.28%
G=28.09%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617522200.230.020.11304.7146.7978.63
HexE2AFDE0172B1312f4f
Octal34225733602721346157117
Binary1110001010101111110111100101111010111001100011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFDE; }

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

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

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

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

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

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

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

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