#E7BBF1

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

Shades of Mauve #E7BBF1

Tints of Mauve #E7BBF1

Color information

#E7BBF1 (or 0xE7BBF1) is unknown color: approx Mauve. HEX triplet: E7, BB and F1. RGB value is (231,187,241). Sum of RGB (Red+Green+Blue) = 231+187+241=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7BBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BBF1 is #18440E. Grayscale: #CECECE. Windows color (decimal): -1590287 or 15842279. OLE color: 15842279.

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

Color convert

RGB231187241-
CMYK0.040.2200.05
HSL288.89º65.85%83.92%-
HSV(B)288.89º22.41%94.51%-
XYZ66.658.8891.07-
YUV206.31147.58145.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.05%
GREEN value IS 187 (73.44% from 255) = 28.38%
BLUE value IS 241 (94.53% from 255) = 36.57%
R=35.05%
G=28.38%
B=36.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311872410.040.2200.05288.8965.8583.92
HexE7BBF1416051214254
Octal34727336142605441102124
Binary11100111101110111111000110010110010110010000110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBF1; }

 p { color: rgb(231,187,241); }

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

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

 a { background-color: rgb(231,187,241); }

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

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

 span { border-color: rgb(231,187,241); }

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