#E7BFFF

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

Shades of Mauve #E7BFFF

Tints of Mauve #E7BFFF

Color information

#E7BFFF (or 0xE7BFFF) is unknown color: approx Mauve. HEX triplet: E7, BF and FF. RGB value is (231,191,255). Sum of RGB (Red+Green+Blue) = 231+191+255=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7BFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFFF is #184000. Grayscale: #D2D2D2. Windows color (decimal): -1589249 or 16760807. OLE color: 16760807.

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

Color convert

RGB231191255-
CMYK0.090.2500
HSL277.5º100%87.45%-
HSV(B)277.5º25.1%100%-
XYZ69.6461.47102.8-
YUV210.26153.25142.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.12%
GREEN value IS 191 (75% from 255) = 28.21%
BLUE value IS 255 (100% from 255) = 37.67%
R=34.12%
G=28.21%
B=37.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311912550.090.2500277.510087.45
HexE7BFFF919001166457
Octal347277377113100426144127
Binary1110011110111111111111111001110010010001011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFFF; }

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

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

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

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

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

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

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

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