#E0BAFB

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

Shades of Mauve #E0BAFB

Tints of Mauve #E0BAFB

Color information

#E0BAFB (or 0xE0BAFB) is unknown color: approx Mauve. HEX triplet: E0, BA and FB. RGB value is (224,186,251). Sum of RGB (Red+Green+Blue) = 224+186+251=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAFB is #1F4504. Grayscale: #CCCCCC. Windows color (decimal): -2049285 or 16497376. OLE color: 16497376.

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

Color convert

RGB224186251-
CMYK0.110.2600.02
HSL275.08º89.04%85.69%-
HSV(B)275.08º25.9%98.43%-
XYZ65.7157.9398.99-
YUV204.77154.09141.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.89%
GREEN value IS 186 (73.05% from 255) = 28.14%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=33.89%
G=28.14%
B=37.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241862510.110.2600.02275.0889.0485.69
HexE0BAFBB1A021135956
Octal340272373133202423131126
Binary11100000101110101111101110111101001010001001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAFB; }

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

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

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

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

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

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

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

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