#E7BFFE

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

Shades of Mauve #E7BFFE

Tints of Mauve #E7BFFE

Color information

#E7BFFE (or 0xE7BFFE) is unknown color: approx Mauve. HEX triplet: E7, BF and FE. RGB value is (231,191,254). Sum of RGB (Red+Green+Blue) = 231+191+254=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFFE is #184001. Grayscale: #D1D1D1. Windows color (decimal): -1589250 or 16695271. OLE color: 16695271.

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

Color convert

RGB231191254-
CMYK0.090.2500.00
HSL278.1º96.92%87.25%-
HSV(B)278.1º24.8%99.61%-
XYZ69.4861.41101.96-
YUV210.14152.75142.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.17%
GREEN value IS 191 (75% from 255) = 28.25%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=34.17%
G=28.25%
B=37.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311912540.090.2500.00278.196.9287.25
HexE7BFFE919001166157
Octal347277376113100426141127
Binary1110011110111111111111101001110010010001011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFFE; }

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

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

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

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

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

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

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

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