#E7BFFA

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

Shades of Mauve #E7BFFA

Tints of Mauve #E7BFFA

Color information

#E7BFFA (or 0xE7BFFA) is unknown color: approx Mauve. HEX triplet: E7, BF and FA. RGB value is (231,191,250). Sum of RGB (Red+Green+Blue) = 231+191+250=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFFA is #184005. Grayscale: #D1D1D1. Windows color (decimal): -1589254 or 16433127. OLE color: 16433127.

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

Color convert

RGB231191250-
CMYK0.080.2400.02
HSL280.68º85.51%86.47%-
HSV(B)280.68º23.6%98.04%-
XYZ68.8461.1598.62-
YUV209.69150.75143.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.38%
GREEN value IS 191 (75% from 255) = 28.42%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=34.38%
G=28.42%
B=37.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311912500.080.2400.02280.6885.5186.47
HexE7BFFA818021195656
Octal347277372103002431126126
Binary11100111101111111111101010001100001010001100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFFA; }

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

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

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

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

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

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

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

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