#E8BCFC

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

Shades of Mauve #E8BCFC

Tints of Mauve #E8BCFC

Color information

#E8BCFC (or 0xE8BCFC) is unknown color: approx Mauve. HEX triplet: E8, BC and FC. RGB value is (232,188,252). Sum of RGB (Red+Green+Blue) = 232+188+252=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8BCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BCFC is #174303. Grayscale: #D0D0D0. Windows color (decimal): -1524484 or 16563432. OLE color: 16563432.

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

Color convert

RGB232188252-
CMYK0.080.2500.01
HSL281.25º91.43%86.27%-
HSV(B)281.25º25.4%98.82%-
XYZ68.8360.15100.08-
YUV208.45152.58144.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.52%
GREEN value IS 188 (73.83% from 255) = 27.98%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=34.52%
G=27.98%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321882520.080.2500.01281.2591.4386.27
HexE8BCFC819011195b56
Octal350274374103101431133126
Binary1110100010111100111111001000110010110001100110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCFC; }

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

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

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

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

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

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

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

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