#E8BCFB

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

Shades of Mauve #E8BCFB

Tints of Mauve #E8BCFB

Color information

#E8BCFB (or 0xE8BCFB) is unknown color: approx Mauve. HEX triplet: E8, BC and FB. RGB value is (232,188,251). Sum of RGB (Red+Green+Blue) = 232+188+251=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BCFB is #174304. Grayscale: #D0D0D0. Windows color (decimal): -1524485 or 16497896. OLE color: 16497896.

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

Color convert

RGB232188251-
CMYK0.080.2500.02
HSL281.9º88.73%86.08%-
HSV(B)281.9º25.1%98.43%-
XYZ68.6760.0999.25-
YUV208.34152.08144.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.58%
GREEN value IS 188 (73.83% from 255) = 28.02%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=34.58%
G=28.02%
B=37.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321882510.080.2500.02281.988.7386.08
HexE8BCFB8190211a5956
Octal350274373103102432131126
Binary11101000101111001111101110001100101010001101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCFB; }

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

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

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

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

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

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

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

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