#E2AFDC

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

Shades of French Lilac #E2AFDC

Tints of French Lilac #E2AFDC

Color information

#E2AFDC (or 0xE2AFDC) is unknown color: approx French Lilac. HEX triplet: E2, AF and DC. RGB value is (226,175,220). Sum of RGB (Red+Green+Blue) = 226+175+220=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFDC is #1D5023. Grayscale: #C3C3C3. Windows color (decimal): -1921060 or 14462946. OLE color: 14462946.

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

Color convert

RGB226175220-
CMYK00.230.030.11
HSL307.06º46.79%78.63%-
HSV(B)307.06º22.57%88.63%-
XYZ59.615274.6-
YUV195.38141.9149.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.39%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=36.39%
G=28.18%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617522000.230.030.11307.0646.7978.63
HexE2AFDC0173B1332f4f
Octal34225733402731346357117
Binary1110001010101111110111000101111110111001100111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFDC; }

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

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

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

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

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

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

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

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