#E7BAFA

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

Shades of Mauve #E7BAFA

Tints of Mauve #E7BAFA

Color information

#E7BAFA (or 0xE7BAFA) is unknown color: approx Mauve. HEX triplet: E7, BA and FA. RGB value is (231,186,250). Sum of RGB (Red+Green+Blue) = 231+186+250=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BAFA is #184505. Grayscale: #CECECE. Windows color (decimal): -1590534 or 16431847. OLE color: 16431847.

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

Color convert

RGB231186250-
CMYK0.080.2600.02
HSL282.19º86.49%85.49%-
HSV(B)282.19º25.6%98.04%-
XYZ67.7759.0198.26-
YUV206.75152.41145.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.63%
GREEN value IS 186 (73.05% from 255) = 27.89%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=34.63%
G=27.89%
B=37.48%

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
Decimal2311862500.080.2600.02282.1986.4985.49
HexE7BAFA81A0211a5655
Octal347272372103202432126125
Binary11100111101110101111101010001101001010001101010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BAFA; }

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

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

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

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

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

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

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

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