#E7BAFF

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

Shades of Mauve #E7BAFF

Tints of Mauve #E7BAFF

Color information

#E7BAFF (or 0xE7BAFF) is unknown color: approx Mauve. HEX triplet: E7, BA and FF. RGB value is (231,186,255). Sum of RGB (Red+Green+Blue) = 231+186+255=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BAFF is #184500. Grayscale: #CFCFCF. Windows color (decimal): -1590529 or 16759527. OLE color: 16759527.

HSL color Cylindrical-coordinate representation of color #E7BAFF: hue angle of 279.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7BAFF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB231186255-
CMYK0.090.2700
HSL279.13º100%86.47%-
HSV(B)279.13º27.06%100%-
XYZ68.5659.33102.45-
YUV207.32154.91144.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.38%
GREEN value IS 186 (73.05% from 255) = 27.68%
BLUE value IS 255 (100% from 255) = 37.95%
R=34.38%
G=27.68%
B=37.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311862550.090.2700279.1310086.47
HexE7BAFF91B001176456
Octal347272377113300427144126
Binary1110011110111010111111111001110110010001011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BAFF; }

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

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

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

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

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

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

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

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