#E8BAFF

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

Shades of Mauve #E8BAFF

Tints of Mauve #E8BAFF

Color information

#E8BAFF (or 0xE8BAFF) is unknown color: approx Mauve. HEX triplet: E8, BA and FF. RGB value is (232,186,255). Sum of RGB (Red+Green+Blue) = 232+186+255=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAFF is #174500. Grayscale: #CFCFCF. Windows color (decimal): -1524993 or 16759528. OLE color: 16759528.

HSL color Cylindrical-coordinate representation of color #E8BAFF: hue angle of 280º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8BAFF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB232186255-
CMYK0.090.2700
HSL280º100%86.47%-
HSV(B)280º27.06%100%-
XYZ68.8959.49102.46-
YUV207.62154.74145.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.47%
GREEN value IS 186 (73.05% from 255) = 27.64%
BLUE value IS 255 (100% from 255) = 37.89%
R=34.47%
G=27.64%
B=37.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2321862550.090.270028010086.47
HexE8BAFF91B001186456
Octal350272377113300430144126
Binary1110100010111010111111111001110110010001100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAFF; }

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

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

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

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

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

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

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

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