#E1BBF0

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

Shades of Mauve #E1BBF0

Tints of Mauve #E1BBF0

Color information

#E1BBF0 (or 0xE1BBF0) is unknown color: approx Mauve. HEX triplet: E1, BB and F0. RGB value is (225,187,240). Sum of RGB (Red+Green+Blue) = 225+187+240=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBF0 is #1E440F. Grayscale: #CCCCCC. Windows color (decimal): -1983504 or 15776737. OLE color: 15776737.

HSL color Cylindrical-coordinate representation of color #E1BBF0: hue angle of 283.02º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1BBF0 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225187240-
CMYK0.060.2200.06
HSL283.02º63.86%83.73%-
HSV(B)283.02º22.08%94.12%-
XYZ64.5557.8490.2-
YUV204.4148.09142.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.51%
GREEN value IS 187 (73.44% from 255) = 28.68%
BLUE value IS 240 (94.14% from 255) = 36.81%
R=34.51%
G=28.68%
B=36.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251872400.060.2200.06283.0263.8683.73
HexE1BBF06160611b4054
Octal34127336062606433100124
Binary11100001101110111111000011010110011010001101110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBF0; }

 p { color: rgb(225,187,240); }

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

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

 a { background-color: rgb(225,187,240); }

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

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

 span { border-color: rgb(225,187,240); }

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