#E8BFF7

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

Shades of Mauve #E8BFF7

Tints of Mauve #E8BFF7

Color information

#E8BFF7 (or 0xE8BFF7) is unknown color: approx Mauve. HEX triplet: E8, BF and F7. RGB value is (232,191,247). Sum of RGB (Red+Green+Blue) = 232+191+247=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 247 - color contains mainly: blue. Hex color #E8BFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFF7 is #174008. Grayscale: #D1D1D1. Windows color (decimal): -1523721 or 16236520. OLE color: 16236520.

HSL color Cylindrical-coordinate representation of color #E8BFF7: hue angle of 283.93º 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 #E8BFF7 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB232191247-
CMYK0.060.2300.03
HSL283.93º77.78%85.88%-
HSV(B)283.93º22.67%96.86%-
XYZ68.761.1396.17-
YUV209.64149.08143.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.63%
GREEN value IS 191 (75% from 255) = 28.51%
BLUE value IS 247 (96.88% from 255) = 36.87%
R=34.63%
G=28.51%
B=36.87%

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
Decimal2321912470.060.2300.03283.9377.7885.88
HexE8BFF76170311c4e56
Octal35027736762703434116126
Binary1110100010111111111101111101011101110001110010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFF7; }

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

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

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

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

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

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

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

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