#E3BFFB

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

Shades of Mauve #E3BFFB

Tints of Mauve #E3BFFB

Color information

#E3BFFB (or 0xE3BFFB) is unknown color: approx Mauve. HEX triplet: E3, BF and FB. RGB value is (227,191,251). Sum of RGB (Red+Green+Blue) = 227+191+251=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #E3BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFFB is #1C4004. Grayscale: #D0D0D0. Windows color (decimal): -1851397 or 16498659. OLE color: 16498659.

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

Color convert

RGB227191251-
CMYK0.100.2400.02
HSL276º88.24%86.67%-
HSV(B)276º23.9%98.43%-
XYZ67.7260.5699.39-
YUV208.6151.93141.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.93%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=33.93%
G=28.55%
B=37.52%

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
Decimal2271912510.100.2400.0227688.2486.67
HexE3BFFBA18021145857
Octal343277373123002424130127
Binary11100011101111111111101110101100001010001010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BFFB; }

 p { color: rgb(227,191,251); }

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

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

 a { background-color: rgb(227,191,251); }

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

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

 span { border-color: rgb(227,191,251); }

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