#E6BAFA

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

Shades of Mauve #E6BAFA

Tints of Mauve #E6BAFA

Color information

#E6BAFA (or 0xE6BAFA) is unknown color: approx Mauve. HEX triplet: E6, BA and FA. RGB value is (230,186,250). Sum of RGB (Red+Green+Blue) = 230+186+250=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAFA is #194505. Grayscale: #CECECE. Windows color (decimal): -1656070 or 16431846. OLE color: 16431846.

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

Color convert

RGB230186250-
CMYK0.080.2600.02
HSL281.25º86.49%85.49%-
HSV(B)281.25º25.6%98.04%-
XYZ67.4558.8498.25-
YUV206.45152.58144.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.53%
GREEN value IS 186 (73.05% from 255) = 27.93%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=34.53%
G=27.93%
B=37.54%

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
Decimal2301862500.080.2600.02281.2586.4985.49
HexE6BAFA81A021195655
Octal346272372103202431126125
Binary11100110101110101111101010001101001010001100110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAFA; }

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

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

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

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

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

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

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

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