#E6BAFB

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

Shades of Mauve #E6BAFB

Tints of Mauve #E6BAFB

Color information

#E6BAFB (or 0xE6BAFB) is unknown color: approx Mauve. HEX triplet: E6, BA and FB. RGB value is (230,186,251). Sum of RGB (Red+Green+Blue) = 230+186+251=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAFB is #194504. Grayscale: #CECECE. Windows color (decimal): -1656069 or 16497382. OLE color: 16497382.

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

Color convert

RGB230186251-
CMYK0.080.2600.02
HSL280.62º89.04%85.69%-
HSV(B)280.62º25.9%98.43%-
XYZ67.658.9199.07-
YUV206.57153.08144.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.48%
GREEN value IS 186 (73.05% from 255) = 27.89%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=34.48%
G=27.89%
B=37.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301862510.080.2600.02280.6289.0485.69
HexE6BAFB81A021195956
Octal346272373103202431131126
Binary11100110101110101111101110001101001010001100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAFB; }

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

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

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

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

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

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

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

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