#E3BAF7

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

Shades of Mauve #E3BAF7

Tints of Mauve #E3BAF7

Color information

#E3BAF7 (or 0xE3BAF7) is unknown color: approx Mauve. HEX triplet: E3, BA and F7. RGB value is (227,186,247). Sum of RGB (Red+Green+Blue) = 227+186+247=660 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.39% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #E3BAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAF7 is #1C4508. Grayscale: #CDCDCD. Windows color (decimal): -1852681 or 16235235. OLE color: 16235235.

HSL color Cylindrical-coordinate representation of color #E3BAF7: hue angle of 280.33º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3BAF7 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB227186247-
CMYK0.080.2500.03
HSL280.33º79.22%84.9%-
HSV(B)280.33º24.7%96.86%-
XYZ66.0358.1695.74-
YUV205.21151.58143.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.39%
GREEN value IS 186 (73.05% from 255) = 28.18%
BLUE value IS 247 (96.88% from 255) = 37.42%
R=34.39%
G=28.18%
B=37.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2271862470.080.2500.03280.3379.2284.9
HexE3BAF7819031184f55
Octal343272367103103430117125
Binary11100011101110101111011110001100101110001100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BAF7; }

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

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

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

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

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

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

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

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