#E3AAFD

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

Shades of Mauve #E3AAFD

Tints of Mauve #E3AAFD

Color information

#E3AAFD (or 0xE3AAFD) is unknown color: approx Mauve. HEX triplet: E3, AA and FD. RGB value is (227,170,253). Sum of RGB (Red+Green+Blue) = 227+170+253=650 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.92% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AAFD is #1C5502. Grayscale: #C4C4C4. Windows color (decimal): -1856771 or 16624355. OLE color: 16624355.

HSL color Cylindrical-coordinate representation of color #E3AAFD: hue angle of 281.2º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3AAFD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227170253-
CMYK0.100.3300.01
HSL281.2º95.4%82.94%-
HSV(B)281.2º32.81%99.22%-
XYZ63.7852.1799.64-
YUV196.5159.88149.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.92%
GREEN value IS 170 (66.80% from 255) = 26.15%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=34.92%
G=26.15%
B=38.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2271702530.100.3300.01281.295.482.94
HexE3AAFDA21011195f53
Octal343252375124101431137123
Binary11100011101010101111110110101000010110001100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AAFD; }

 p { color: rgb(227,170,253); }

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

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

 a { background-color: rgb(227,170,253); }

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

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

 span { border-color: rgb(227,170,253); }

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