#E2BBFC

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

Shades of Mauve #E2BBFC

Tints of Mauve #E2BBFC

Color information

#E2BBFC (or 0xE2BBFC) is unknown color: approx Mauve. HEX triplet: E2, BB and FC. RGB value is (226,187,252). Sum of RGB (Red+Green+Blue) = 226+187+252=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBFC is #1D4403. Grayscale: #CDCDCD. Windows color (decimal): -1917956 or 16563170. OLE color: 16563170.

HSL color Cylindrical-coordinate representation of color #E2BBFC: hue angle of 276º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2BBFC is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226187252-
CMYK0.100.2600.01
HSL276º91.55%86.08%-
HSV(B)276º25.79%98.82%-
XYZ66.7158.7499.92-
YUV206.07153.92142.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 187 (73.44% from 255) = 28.12%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=33.98%
G=28.12%
B=37.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261872520.100.2600.0127691.5586.08
HexE2BBFCA1A011145c56
Octal342273374123201424134126
Binary1110001010111011111111001010110100110001010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBFC; }

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

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

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

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

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

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

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

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