#E7BFF7

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

Shades of Mauve #E7BFF7

Tints of Mauve #E7BFF7

Color information

#E7BFF7 (or 0xE7BFF7) is unknown color: approx Mauve. HEX triplet: E7, BF and F7. RGB value is (231,191,247). Sum of RGB (Red+Green+Blue) = 231+191+247=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #E7BFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFF7 is #184008. Grayscale: #D1D1D1. Windows color (decimal): -1589257 or 16236519. OLE color: 16236519.

HSL color Cylindrical-coordinate representation of color #E7BFF7: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7BFF7 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB231191247-
CMYK0.060.2300.03
HSL282.86º77.78%85.88%-
HSV(B)282.86º22.67%96.86%-
XYZ68.3760.9796.16-
YUV209.34149.25143.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.53%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 247 (96.88% from 255) = 36.92%
R=34.53%
G=28.55%
B=36.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2311912470.060.2300.03282.8677.7885.88
HexE7BFF76170311b4e56
Octal34727736762703433116126
Binary1110011110111111111101111101011101110001101110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFF7; }

 p { color: rgb(231,191,247); }

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

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

 a { background-color: rgb(231,191,247); }

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

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

 span { border-color: rgb(231,191,247); }

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