#E3BAF1

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

Shades of Mauve #E3BAF1

Tints of Mauve #E3BAF1

Color information

#E3BAF1 (or 0xE3BAF1) is unknown color: approx Mauve. HEX triplet: E3, BA and F1. RGB value is (227,186,241). Sum of RGB (Red+Green+Blue) = 227+186+241=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAF1 is #1C450E. Grayscale: #CCCCCC. Windows color (decimal): -1852687 or 15842019. OLE color: 15842019.

HSL color Cylindrical-coordinate representation of color #E3BAF1: hue angle of 284.73º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3BAF1 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227186241-
CMYK0.060.2300.05
HSL284.73º66.27%83.73%-
HSV(B)284.73º22.82%94.51%-
XYZ65.1157.890.94-
YUV204.53148.58144.03-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.71%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=34.71%
G=28.44%
B=36.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271862410.060.2300.05284.7366.2783.73
HexE3BAF16170511d4254
Octal34327236162705435102124
Binary11100011101110101111000111010111010110001110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BAF1; }

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

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

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

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

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

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

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

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