#E6ACFB

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

Shades of Mauve #E6ACFB

Tints of Mauve #E6ACFB

Color information

#E6ACFB (or 0xE6ACFB) is unknown color: approx Mauve. HEX triplet: E6, AC and FB. RGB value is (230,172,251). Sum of RGB (Red+Green+Blue) = 230+172+251=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6ACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACFB is #195304. Grayscale: #C6C6C6. Windows color (decimal): -1659653 or 16493798. OLE color: 16493798.

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

Color convert

RGB230172251-
CMYK0.080.3100.02
HSL284.05º90.8%82.94%-
HSV(B)284.05º31.47%98.43%-
XYZ64.853.2998.14-
YUV198.35157.72150.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.22%
GREEN value IS 172 (67.58% from 255) = 26.34%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=35.22%
G=26.34%
B=38.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301722510.080.3100.02284.0590.882.94
HexE6ACFB81F0211c5b53
Octal346254373103702434133123
Binary11100110101011001111101110001111101010001110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACFB; }

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

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

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

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

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

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

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

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