#e1bffa

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

Shades of Mauve #E1BFFA

Tints of Mauve #E1BFFA

Color information

#E1BFFA (or 0xE1BFFA) is unknown color: approx Mauve. HEX triplet: E1, BF and FA. RGB value is (225,191,250). Sum of RGB (Red+Green+Blue) = 225+191+250=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFFA is #1E4005. Grayscale: #CFCFCF. Windows color (decimal): -1982470 or 16433121. OLE color: 16433121.

HSL color Cylindrical-coordinate representation of color #E1BFFA: hue angle of 274.58º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1BFFA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225191250-
CMYK0.100.2400.02
HSL274.58º85.51%86.47%-
HSV(B)274.58º23.6%98.04%-
XYZ66.9460.1798.53-
YUV207.89151.76140.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 191 (75% from 255) = 28.68%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=33.78%
G=28.68%
B=37.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251912500.100.2400.02274.5885.5186.47
HexE1BFFAA18021135656
Octal341277372123002423126126
Binary11100001101111111111101010101100001010001001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1bffa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1bffa; }

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

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

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

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

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

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

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

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