#E6BBFE

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

Shades of Mauve #E6BBFE

Tints of Mauve #E6BBFE

Color information

#E6BBFE (or 0xE6BBFE) is unknown color: approx Mauve. HEX triplet: E6, BB and FE. RGB value is (230,187,254). Sum of RGB (Red+Green+Blue) = 230+187+254=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBFE is #194401. Grayscale: #CFCFCF. Windows color (decimal): -1655810 or 16694246. OLE color: 16694246.

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

Color convert

RGB230187254-
CMYK0.090.2600.00
HSL278.51º97.1%86.47%-
HSV(B)278.51º26.38%99.61%-
XYZ68.2959.52101.65-
YUV207.49154.25144.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.28%
GREEN value IS 187 (73.44% from 255) = 27.87%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=34.28%
G=27.87%
B=37.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301872540.090.2600.00278.5197.186.47
HexE6BBFE91A001176156
Octal346273376113200427141126
Binary1110011010111011111111101001110100010001011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBFE; }

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

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

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

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

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

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

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

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