#E9AEFD

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

Shades of Mauve #E9AEFD

Tints of Mauve #E9AEFD

Color information

#E9AEFD (or 0xE9AEFD) is unknown color: approx Mauve. HEX triplet: E9, AE and FD. RGB value is (233,174,253). Sum of RGB (Red+Green+Blue) = 233+174+253=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 174 (68.36% from 255 or 26.36% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9AEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEFD is #165102. Grayscale: #C8C8C8. Windows color (decimal): -1462531 or 16625385. OLE color: 16625385.

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

Color convert

RGB233174253-
CMYK0.080.3100.01
HSL284.81º95.18%83.73%-
HSV(B)284.81º31.23%99.22%-
XYZ66.4754.6999.98-
YUV200.65157.55151.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.30%
GREEN value IS 174 (68.36% from 255) = 26.36%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=35.30%
G=26.36%
B=38.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331742530.080.3100.01284.8195.1883.73
HexE9AEFD81F0111d5f54
Octal351256375103701435137124
Binary1110100110101110111111011000111110110001110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AEFD; }

 p { color: rgb(233,174,253); }

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

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

 a { background-color: rgb(233,174,253); }

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

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

 span { border-color: rgb(233,174,253); }

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