#E8BAFB

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

Shades of Mauve #E8BAFB

Tints of Mauve #E8BAFB

Color information

#E8BAFB (or 0xE8BAFB) is unknown color: approx Mauve. HEX triplet: E8, BA and FB. RGB value is (232,186,251). Sum of RGB (Red+Green+Blue) = 232+186+251=669 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.68% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAFB is #174504. Grayscale: #CECECE. Windows color (decimal): -1524997 or 16497384. OLE color: 16497384.

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

Color convert

RGB232186251-
CMYK0.080.2600.02
HSL282.46º89.04%85.69%-
HSV(B)282.46º25.9%98.43%-
XYZ68.2559.2499.1-
YUV207.16152.74145.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.68%
GREEN value IS 186 (73.05% from 255) = 27.80%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=34.68%
G=27.80%
B=37.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321862510.080.2600.02282.4689.0485.69
HexE8BAFB81A0211a5956
Octal350272373103202432131126
Binary11101000101110101111101110001101001010001101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAFB; }

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

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

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

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

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

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

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

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