#E2BBF2

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

Shades of Mauve #E2BBF2

Tints of Mauve #E2BBF2

Color information

#E2BBF2 (or 0xE2BBF2) is unknown color: approx Mauve. HEX triplet: E2, BB and F2. RGB value is (226,187,242). Sum of RGB (Red+Green+Blue) = 226+187+242=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBF2 is #1D440D. Grayscale: #CCCCCC. Windows color (decimal): -1917966 or 15907810. OLE color: 15907810.

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

Color convert

RGB226187242-
CMYK0.070.2300.05
HSL282.55º67.9%84.12%-
HSV(B)282.55º22.73%94.9%-
XYZ65.1658.1291.79-
YUV204.93148.92143.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.50%
GREEN value IS 187 (73.44% from 255) = 28.55%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=34.50%
G=28.55%
B=36.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261872420.070.2300.05282.5567.984.12
HexE2BBF27170511b4454
Octal34227336272705433104124
Binary11100010101110111111001011110111010110001101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBF2; }

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

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

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

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

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

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

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

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