#E4BCFC

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

Shades of Mauve #E4BCFC

Tints of Mauve #E4BCFC

Color information

#E4BCFC (or 0xE4BCFC) is unknown color: approx Mauve. HEX triplet: E4, BC and FC. RGB value is (228,188,252). Sum of RGB (Red+Green+Blue) = 228+188+252=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BCFC is #1B4303. Grayscale: #CFCFCF. Windows color (decimal): -1786628 or 16563428. OLE color: 16563428.

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

Color convert

RGB228188252-
CMYK0.100.2500.01
HSL277.5º91.43%86.27%-
HSV(B)277.5º25.4%98.82%-
XYZ67.5559.49100.02-
YUV207.26153.25142.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.13%
GREEN value IS 188 (73.83% from 255) = 28.14%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=34.13%
G=28.14%
B=37.72%

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
Decimal2281882520.100.2500.01277.591.4386.27
HexE4BCFCA19011165b56
Octal344274374123101426133126
Binary1110010010111100111111001010110010110001011010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCFC; }

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

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

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

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

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

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

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

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