#E7BAFB

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

Shades of Mauve #E7BAFB

Tints of Mauve #E7BAFB

Color information

#E7BAFB (or 0xE7BAFB) is unknown color: approx Mauve. HEX triplet: E7, BA and FB. RGB value is (231,186,251). Sum of RGB (Red+Green+Blue) = 231+186+251=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 186 (73.05% from 255 or 27.84% 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 #E7BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BAFB is #184504. Grayscale: #CECECE. Windows color (decimal): -1590533 or 16497383. OLE color: 16497383.

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

Color convert

RGB231186251-
CMYK0.080.2600.02
HSL281.54º89.04%85.69%-
HSV(B)281.54º25.9%98.43%-
XYZ67.9359.0799.09-
YUV206.86152.91145.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.58%
GREEN value IS 186 (73.05% from 255) = 27.84%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=34.58%
G=27.84%
B=37.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311862510.080.2600.02281.5489.0485.69
HexE7BAFB81A0211a5956
Octal347272373103202432131126
Binary11100111101110101111101110001101001010001101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BAFB; }

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

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

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

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

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

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

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

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