#E3BAF4

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

Shades of Mauve #E3BAF4

Tints of Mauve #E3BAF4

Color information

#E3BAF4 (or 0xE3BAF4) is unknown color: approx Mauve. HEX triplet: E3, BA and F4. RGB value is (227,186,244). Sum of RGB (Red+Green+Blue) = 227+186+244=657 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.55% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 244 - color contains mainly: blue. Hex color #E3BAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAF4 is #1C450B. Grayscale: #CCCCCC. Windows color (decimal): -1852684 or 16038627. OLE color: 16038627.

HSL color Cylindrical-coordinate representation of color #E3BAF4: hue angle of 282.41º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3BAF4 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB227186244-
CMYK0.070.2400.04
HSL282.41º72.5%84.31%-
HSV(B)282.41º23.77%95.69%-
XYZ65.5757.9893.32-
YUV204.87150.08143.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.55%
GREEN value IS 186 (73.05% from 255) = 28.31%
BLUE value IS 244 (95.70% from 255) = 37.14%
R=34.55%
G=28.31%
B=37.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2271862440.070.2400.04282.4172.584.31
HexE3BAF47180411a4854
Octal34327236473004432110124
Binary11100011101110101111010011111000010010001101010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BAF4; }

 p { color: rgb(227,186,244); }

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

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

 a { background-color: rgb(227,186,244); }

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

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

 span { border-color: rgb(227,186,244); }

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