#E6AAFB

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

Shades of Mauve #E6AAFB

Tints of Mauve #E6AAFB

Color information

#E6AAFB (or 0xE6AAFB) is unknown color: approx Mauve. HEX triplet: E6, AA and FB. RGB value is (230,170,251). Sum of RGB (Red+Green+Blue) = 230+170+251=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6AAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAFB is #195504. Grayscale: #C4C4C4. Windows color (decimal): -1660165 or 16493286. OLE color: 16493286.

HSL color Cylindrical-coordinate representation of color #E6AAFB: hue angle of 284.44º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6AAFB is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230170251-
CMYK0.080.3200.02
HSL284.44º91.01%82.55%-
HSV(B)284.44º32.27%98.43%-
XYZ64.4252.5498.01-
YUV197.17158.38151.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.33%
GREEN value IS 170 (66.80% from 255) = 26.11%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=35.33%
G=26.11%
B=38.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301702510.080.3200.02284.4491.0182.55
HexE6AAFB8200211c5b53
Octal346252373104002434133123
Binary111001101010101011111011100010000001010001110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AAFB; }

 p { color: rgb(230,170,251); }

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

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

 a { background-color: rgb(230,170,251); }

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

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

 span { border-color: rgb(230,170,251); }

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