#E2BBFB

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

Shades of Mauve #E2BBFB

Tints of Mauve #E2BBFB

Color information

#E2BBFB (or 0xE2BBFB) is unknown color: approx Mauve. HEX triplet: E2, BB and FB. RGB value is (226,187,251). Sum of RGB (Red+Green+Blue) = 226+187+251=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBFB is #1D4404. Grayscale: #CDCDCD. Windows color (decimal): -1917957 or 16497634. OLE color: 16497634.

HSL color Cylindrical-coordinate representation of color #E2BBFB: hue angle of 276.56º 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 #E2BBFB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226187251-
CMYK0.100.2500.02
HSL276.56º88.89%85.88%-
HSV(B)276.56º25.5%98.43%-
XYZ66.5558.6799.08-
YUV205.96153.42142.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.04%
GREEN value IS 187 (73.44% from 255) = 28.16%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=34.04%
G=28.16%
B=37.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261872510.100.2500.02276.5688.8985.88
HexE2BBFBA19021155956
Octal342273373123102425131126
Binary11100010101110111111101110101100101010001010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBFB; }

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

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

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

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

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

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

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

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