#E4BFFC

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

Shades of Mauve #E4BFFC

Tints of Mauve #E4BFFC

Color information

#E4BFFC (or 0xE4BFFC) is unknown color: approx Mauve. HEX triplet: E4, BF and FC. RGB value is (228,191,252). Sum of RGB (Red+Green+Blue) = 228+191+252=671 (88% of max value = 765). Red value is 228 (89.45% from 255 or 33.98% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFFC is #1B4003. Grayscale: #D0D0D0. Windows color (decimal): -1785860 or 16564196. OLE color: 16564196.

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

Color convert

RGB228191252-
CMYK0.100.2400.01
HSL276.39º91.04%86.86%-
HSV(B)276.39º24.21%98.82%-
XYZ68.260.78100.23-
YUV209.02152.26141.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.98%
GREEN value IS 191 (75% from 255) = 28.46%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=33.98%
G=28.46%
B=37.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281912520.100.2400.01276.3991.0486.86
HexE4BFFCA18011145b57
Octal344277374123001424133127
Binary1110010010111111111111001010110000110001010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFFC; }

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

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

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

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

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

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

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

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