#E6BAFF

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

Shades of Mauve #E6BAFF

Tints of Mauve #E6BAFF

Color information

#E6BAFF (or 0xE6BAFF) is unknown color: approx Mauve. HEX triplet: E6, BA and FF. RGB value is (230,186,255). Sum of RGB (Red+Green+Blue) = 230+186+255=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAFF is #194500. Grayscale: #CECECE. Windows color (decimal): -1656065 or 16759526. OLE color: 16759526.

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

Color convert

RGB230186255-
CMYK0.100.2700
HSL278.26º100%86.47%-
HSV(B)278.26º27.06%100%-
XYZ68.2459.16102.43-
YUV207.02155.08144.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.28%
GREEN value IS 186 (73.05% from 255) = 27.72%
BLUE value IS 255 (100% from 255) = 38.00%
R=34.28%
G=27.72%
B=38.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2301862550.100.2700278.2610086.47
HexE6BAFFA1B001166456
Octal346272377123300426144126
Binary1110011010111010111111111010110110010001011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAFF; }

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

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

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

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

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

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

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

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