#E3BAFB

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

Shades of Mauve #E3BAFB

Tints of Mauve #E3BAFB

Color information

#E3BAFB (or 0xE3BAFB) is unknown color: approx Mauve. HEX triplet: E3, BA and FB. RGB value is (227,186,251). Sum of RGB (Red+Green+Blue) = 227+186+251=664 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.19% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #E3BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAFB is #1C4504. Grayscale: #CDCDCD. Windows color (decimal): -1852677 or 16497379. OLE color: 16497379.

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

Color convert

RGB227186251-
CMYK0.100.2600.02
HSL277.85º89.04%85.69%-
HSV(B)277.85º25.9%98.43%-
XYZ66.6558.4199.03-
YUV205.67153.58143.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.19%
GREEN value IS 186 (73.05% from 255) = 28.01%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=34.19%
G=28.01%
B=37.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271862510.100.2600.02277.8589.0485.69
HexE3BAFBA1A021165956
Octal343272373123202426131126
Binary11100011101110101111101110101101001010001011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BAFB; }

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

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

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

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

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

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

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

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