#E3BCFC

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

Shades of Mauve #E3BCFC

Tints of Mauve #E3BCFC

Color information

#E3BCFC (or 0xE3BCFC) is unknown color: approx Mauve. HEX triplet: E3, BC and FC. RGB value is (227,188,252). Sum of RGB (Red+Green+Blue) = 227+188+252=667 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.03% from 667); Green value is 188 (73.83% from 255 or 28.19% 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 #E3BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BCFC is #1C4303. Grayscale: #CECECE. Windows color (decimal): -1852164 or 16563427. OLE color: 16563427.

HSL color Cylindrical-coordinate representation of color #E3BCFC: hue angle of 276.56º 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 #E3BCFC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227188252-
CMYK0.100.2500.01
HSL276.56º91.43%86.27%-
HSV(B)276.56º25.4%98.82%-
XYZ67.2359.33100-
YUV206.96153.42142.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.03%
GREEN value IS 188 (73.83% from 255) = 28.19%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=34.03%
G=28.19%
B=37.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2271882520.100.2500.01276.5691.4386.27
HexE3BCFCA19011155b56
Octal343274374123101425133126
Binary1110001110111100111111001010110010110001010110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BCFC; }

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

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

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

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

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

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

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

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