#E6BAFE

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

Shades of Mauve #E6BAFE

Tints of Mauve #E6BAFE

Color information

#E6BAFE (or 0xE6BAFE) is unknown color: approx Mauve. HEX triplet: E6, BA and FE. RGB value is (230,186,254). Sum of RGB (Red+Green+Blue) = 230+186+254=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAFE is #194501. Grayscale: #CECECE. Windows color (decimal): -1656066 or 16693990. OLE color: 16693990.

HSL color Cylindrical-coordinate representation of color #E6BAFE: hue angle of 278.82º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6BAFE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230186254-
CMYK0.090.2700.00
HSL278.82º97.14%86.27%-
HSV(B)278.82º26.77%99.61%-
XYZ68.0859.1101.58-
YUV206.91154.58144.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.33%
GREEN value IS 186 (73.05% from 255) = 27.76%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=34.33%
G=27.76%
B=37.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301862540.090.2700.00278.8297.1486.27
HexE6BAFE91B001176156
Octal346272376113300427141126
Binary1110011010111010111111101001110110010001011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAFE; }

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

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

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

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

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

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

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

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