#E4BBF1

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

Shades of Mauve #E4BBF1

Tints of Mauve #E4BBF1

Color information

#E4BBF1 (or 0xE4BBF1) is unknown color: approx Mauve. HEX triplet: E4, BB and F1. RGB value is (228,187,241). Sum of RGB (Red+Green+Blue) = 228+187+241=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BBF1 is #1B440E. Grayscale: #CDCDCD. Windows color (decimal): -1786895 or 15842276. OLE color: 15842276.

HSL color Cylindrical-coordinate representation of color #E4BBF1: hue angle of 285.56º 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 #E4BBF1 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228187241-
CMYK0.050.2200.05
HSL285.56º65.85%83.92%-
HSV(B)285.56º22.41%94.51%-
XYZ65.6458.3991.03-
YUV205.41148.08144.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.76%
GREEN value IS 187 (73.44% from 255) = 28.51%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=34.76%
G=28.51%
B=36.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281872410.050.2200.05285.5665.8583.92
HexE4BBF15160511e4254
Octal34427336152605436102124
Binary11100100101110111111000110110110010110001111010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BBF1; }

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

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

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

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

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

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

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

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