#E4BAFB

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

Shades of Mauve #E4BAFB

Tints of Mauve #E4BAFB

Color information

#E4BAFB (or 0xE4BAFB) is unknown color: approx Mauve. HEX triplet: E4, BA and FB. RGB value is (228,186,251). Sum of RGB (Red+Green+Blue) = 228+186+251=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAFB is #1B4504. Grayscale: #CDCDCD. Windows color (decimal): -1787141 or 16497380. OLE color: 16497380.

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

Color convert

RGB228186251-
CMYK0.090.2600.02
HSL278.77º89.04%85.69%-
HSV(B)278.77º25.9%98.43%-
XYZ66.9758.5899.04-
YUV205.97153.41143.71-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.29%
GREEN value IS 186 (73.05% from 255) = 27.97%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=34.29%
G=27.97%
B=37.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281862510.090.2600.02278.7789.0485.69
HexE4BAFB91A021175956
Octal344272373113202427131126
Binary11100100101110101111101110011101001010001011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAFB; }

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

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

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

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

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

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

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

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