#E6BBFB

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

Shades of Mauve #E6BBFB

Tints of Mauve #E6BBFB

Color information

#E6BBFB (or 0xE6BBFB) is unknown color: approx Mauve. HEX triplet: E6, BB and FB. RGB value is (230,187,251). Sum of RGB (Red+Green+Blue) = 230+187+251=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6BBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBFB is #194404. Grayscale: #CECECE. Windows color (decimal): -1655813 or 16497638. OLE color: 16497638.

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

Color convert

RGB230187251-
CMYK0.080.2500.02
HSL280.31º88.89%85.88%-
HSV(B)280.31º25.5%98.43%-
XYZ67.8259.3399.14-
YUV207.15152.75144.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.43%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=34.43%
G=27.99%
B=37.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301872510.080.2500.02280.3188.8985.88
HexE6BBFB819021185956
Octal346273373103102430131126
Binary11100110101110111111101110001100101010001100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBFB; }

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

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

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

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

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

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

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

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