#E8BBF2

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

Shades of Mauve #E8BBF2

Tints of Mauve #E8BBF2

Color information

#E8BBF2 (or 0xE8BBF2) is unknown color: approx Mauve. HEX triplet: E8, BB and F2. RGB value is (232,187,242). Sum of RGB (Red+Green+Blue) = 232+187+242=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8BBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BBF2 is #17440D. Grayscale: #CECECE. Windows color (decimal): -1524750 or 15907816. OLE color: 15907816.

HSL color Cylindrical-coordinate representation of color #E8BBF2: hue angle of 289.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8BBF2 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232187242-
CMYK0.040.2300.05
HSL289.09º67.9%84.12%-
HSV(B)289.09º22.73%94.9%-
XYZ67.0859.1191.88-
YUV206.72147.91146.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.10%
GREEN value IS 187 (73.44% from 255) = 28.29%
BLUE value IS 242 (94.92% from 255) = 36.61%
R=35.10%
G=28.29%
B=36.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321872420.040.2300.05289.0967.984.12
HexE8BBF2417051214454
Octal35027336242705441104124
Binary11101000101110111111001010010111010110010000110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BBF2; }

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

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

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

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

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

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

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

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