#E1BFFC

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

Shades of Mauve #E1BFFC

Tints of Mauve #E1BFFC

Color information

#E1BFFC (or 0xE1BFFC) is unknown color: approx Mauve. HEX triplet: E1, BF and FC. RGB value is (225,191,252). Sum of RGB (Red+Green+Blue) = 225+191+252=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 191 (75% from 255 or 28.59% 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 #E1BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFFC is #1E4003. Grayscale: #CFCFCF. Windows color (decimal): -1982468 or 16564193. OLE color: 16564193.

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

Color convert

RGB225191252-
CMYK0.110.2400.01
HSL273.44º91.04%86.86%-
HSV(B)273.44º24.21%98.82%-
XYZ67.2560.3100.19-
YUV208.12152.76140.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.68%
GREEN value IS 191 (75% from 255) = 28.59%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=33.68%
G=28.59%
B=37.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251912520.110.2400.01273.4491.0486.86
HexE1BFFCB18011115b57
Octal341277374133001421133127
Binary1110000110111111111111001011110000110001000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFFC; }

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

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

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

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

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

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

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

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