#E7BBFB

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

Shades of Mauve #E7BBFB

Tints of Mauve #E7BBFB

Color information

#E7BBFB (or 0xE7BBFB) is unknown color: approx Mauve. HEX triplet: E7, BB and FB. RGB value is (231,187,251). Sum of RGB (Red+Green+Blue) = 231+187+251=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7BBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BBFB is #184404. Grayscale: #CFCFCF. Windows color (decimal): -1590277 or 16497639. OLE color: 16497639.

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

Color convert

RGB231187251-
CMYK0.080.2500.02
HSL281.25º88.89%85.88%-
HSV(B)281.25º25.5%98.43%-
XYZ68.1459.4999.16-
YUV207.45152.58144.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.53%
GREEN value IS 187 (73.44% from 255) = 27.95%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=34.53%
G=27.95%
B=37.52%

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
Decimal2311872510.080.2500.02281.2588.8985.88
HexE7BBFB819021195956
Octal347273373103102431131126
Binary11100111101110111111101110001100101010001100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBFB; }

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

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

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

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

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

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

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

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