#E8BAFD

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

Shades of Mauve #E8BAFD

Tints of Mauve #E8BAFD

Color information

#E8BAFD (or 0xE8BAFD) is unknown color: approx Mauve. HEX triplet: E8, BA and FD. RGB value is (232,186,253). Sum of RGB (Red+Green+Blue) = 232+186+253=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAFD is #174502. Grayscale: #CFCFCF. Windows color (decimal): -1524995 or 16628456. OLE color: 16628456.

HSL color Cylindrical-coordinate representation of color #E8BAFD: hue angle of 281.19º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8BAFD is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232186253-
CMYK0.080.2600.01
HSL281.19º94.37%86.08%-
HSV(B)281.19º26.48%99.22%-
XYZ68.5759.37100.77-
YUV207.39153.74145.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.58%
GREEN value IS 186 (73.05% from 255) = 27.72%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=34.58%
G=27.72%
B=37.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321862530.080.2600.01281.1994.3786.08
HexE8BAFD81A011195e56
Octal350272375103201431136126
Binary1110100010111010111111011000110100110001100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAFD; }

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

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

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

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

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

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

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

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