#E7B8FC

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

Shades of Mauve #E7B8FC

Tints of Mauve #E7B8FC

Color information

#E7B8FC (or 0xE7B8FC) is unknown color: approx Mauve. HEX triplet: E7, B8 and FC. RGB value is (231,184,252). Sum of RGB (Red+Green+Blue) = 231+184+252=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 184 (72.27% from 255 or 27.59% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7B8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B8FC is #184703. Grayscale: #CDCDCD. Windows color (decimal): -1591044 or 16562407. OLE color: 16562407.

HSL color Cylindrical-coordinate representation of color #E7B8FC: hue angle of 281.47º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7B8FC is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231184252-
CMYK0.080.2700.01
HSL281.47º91.89%85.49%-
HSV(B)281.47º26.98%98.82%-
XYZ67.6758.399.78-
YUV205.8154.07145.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.63%
GREEN value IS 184 (72.27% from 255) = 27.59%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=34.63%
G=27.59%
B=37.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311842520.080.2700.01281.4791.8985.49
HexE7B8FC81B011195c55
Octal347270374103301431134125
Binary1110011110111000111111001000110110110001100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B8FC; }

 p { color: rgb(231,184,252); }

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

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

 a { background-color: rgb(231,184,252); }

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

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

 span { border-color: rgb(231,184,252); }

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