#E3BAF2

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

Shades of Mauve #E3BAF2

Tints of Mauve #E3BAF2

Color information

#E3BAF2 (or 0xE3BAF2) is unknown color: approx Mauve. HEX triplet: E3, BA and F2. RGB value is (227,186,242). Sum of RGB (Red+Green+Blue) = 227+186+242=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAF2 is #1C450D. Grayscale: #CCCCCC. Windows color (decimal): -1852686 or 15907555. OLE color: 15907555.

HSL color Cylindrical-coordinate representation of color #E3BAF2: hue angle of 283.93º degrees, saturation: 0.68, 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 #E3BAF2 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227186242-
CMYK0.060.2300.05
HSL283.93º68.29%83.92%-
HSV(B)283.93º23.14%94.9%-
XYZ65.2657.8691.73-
YUV204.64149.08143.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.66%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=34.66%
G=28.40%
B=36.95%

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
Decimal2271862420.060.2300.05283.9368.2983.92
HexE3BAF26170511c4454
Octal34327236262705434104124
Binary11100011101110101111001011010111010110001110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BAF2; }

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

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

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

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

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

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

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

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