#E2BBEF

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

Shades of Mauve #E2BBEF

Tints of Mauve #E2BBEF

Color information

#E2BBEF (or 0xE2BBEF) is unknown color: approx Mauve. HEX triplet: E2, BB and EF. RGB value is (226,187,239). Sum of RGB (Red+Green+Blue) = 226+187+239=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBEF is #1D4410. Grayscale: #CCCCCC. Windows color (decimal): -1917969 or 15711202. OLE color: 15711202.

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

Color convert

RGB226187239-
CMYK0.050.2200.06
HSL285º61.9%83.53%-
HSV(B)285º21.76%93.73%-
XYZ64.7157.9489.43-
YUV204.59147.42143.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 187 (73.44% from 255) = 28.68%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=34.66%
G=28.68%
B=36.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261872390.050.2200.0628561.983.53
HexE2BBEF5160611d3e54
Octal3422733575260643576124
Binary1110001010111011111011111011011001101000111011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBEF; }

 p { color: rgb(226,187,239); }

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

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

 a { background-color: rgb(226,187,239); }

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

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

 span { border-color: rgb(226,187,239); }

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