#E8BBFD

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

Shades of Mauve #E8BBFD

Tints of Mauve #E8BBFD

Color information

#E8BBFD (or 0xE8BBFD) is unknown color: approx Mauve. HEX triplet: E8, BB and FD. RGB value is (232,187,253). Sum of RGB (Red+Green+Blue) = 232+187+253=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8BBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BBFD is #174402. Grayscale: #CFCFCF. Windows color (decimal): -1524739 or 16628712. OLE color: 16628712.

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

Color convert

RGB232187253-
CMYK0.080.2600.01
HSL280.91º94.29%86.27%-
HSV(B)280.91º26.09%99.22%-
XYZ68.7859.79100.84-
YUV207.98153.41145.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.52%
GREEN value IS 187 (73.44% from 255) = 27.83%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=34.52%
G=27.83%
B=37.65%

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
Decimal2321872530.080.2600.01280.9194.2986.27
HexE8BBFD81A011195e56
Octal350273375103201431136126
Binary1110100010111011111111011000110100110001100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BBFD; }

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

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

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

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

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

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

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

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