#E8BCF9

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

Shades of Mauve #E8BCF9

Tints of Mauve #E8BCF9

Color information

#E8BCF9 (or 0xE8BCF9) is unknown color: approx Mauve. HEX triplet: E8, BC and F9. RGB value is (232,188,249). Sum of RGB (Red+Green+Blue) = 232+188+249=669 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.68% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8BCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BCF9 is #174306. Grayscale: #CFCFCF. Windows color (decimal): -1524487 or 16366824. OLE color: 16366824.

HSL color Cylindrical-coordinate representation of color #E8BCF9: hue angle of 283.28º degrees, saturation: 0.84, 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 #E8BCF9 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232188249-
CMYK0.070.2400.02
HSL283.28º83.56%85.69%-
HSV(B)283.28º24.5%97.65%-
XYZ68.3659.9697.59-
YUV208.11151.08145.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.68%
GREEN value IS 188 (73.83% from 255) = 28.10%
BLUE value IS 249 (97.66% from 255) = 37.22%
R=34.68%
G=28.10%
B=37.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321882490.070.2400.02283.2883.5685.69
HexE8BCF97180211b5456
Octal35027437173002433124126
Binary1110100010111100111110011111100001010001101110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCF9; }

 p { color: rgb(232,188,249); }

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

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

 a { background-color: rgb(232,188,249); }

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

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

 span { border-color: rgb(232,188,249); }

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