#E6ABFB

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

Shades of Mauve #E6ABFB

Tints of Mauve #E6ABFB

Color information

#E6ABFB (or 0xE6ABFB) is unknown color: approx Mauve. HEX triplet: E6, AB and FB. RGB value is (230,171,251). Sum of RGB (Red+Green+Blue) = 230+171+251=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6ABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABFB is #195404. Grayscale: #C5C5C5. Windows color (decimal): -1659909 or 16493542. OLE color: 16493542.

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

Color convert

RGB230171251-
CMYK0.080.3200.02
HSL284.25º90.91%82.75%-
HSV(B)284.25º31.87%98.43%-
XYZ64.6152.9198.07-
YUV197.76158.05151-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.28%
GREEN value IS 171 (67.19% from 255) = 26.23%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=35.28%
G=26.23%
B=38.50%

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
Decimal2301712510.080.3200.02284.2590.9182.75
HexE6ABFB8200211c5b53
Octal346253373104002434133123
Binary111001101010101111111011100010000001010001110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ABFB; }

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

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

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

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

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

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

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

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