#E2BAFB

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

Shades of Mauve #E2BAFB

Tints of Mauve #E2BAFB

Color information

#E2BAFB (or 0xE2BAFB) is unknown color: approx Mauve. HEX triplet: E2, BA and FB. RGB value is (226,186,251). Sum of RGB (Red+Green+Blue) = 226+186+251=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAFB is #1D4504. Grayscale: #CDCDCD. Windows color (decimal): -1918213 or 16497378. OLE color: 16497378.

HSL color Cylindrical-coordinate representation of color #E2BAFB: hue angle of 276.92º 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 #E2BAFB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226186251-
CMYK0.100.2600.02
HSL276.92º89.04%85.69%-
HSV(B)276.92º25.9%98.43%-
XYZ66.3458.2599.01-
YUV205.37153.75142.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.09%
GREEN value IS 186 (73.05% from 255) = 28.05%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=34.09%
G=28.05%
B=37.86%

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
Decimal2261862510.100.2600.02276.9289.0485.69
HexE2BAFBA1A021155956
Octal342272373123202425131126
Binary11100010101110101111101110101101001010001010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BAFB; }

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

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

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

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

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

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

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

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