#E2BBFD

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

Shades of Mauve #E2BBFD

Tints of Mauve #E2BBFD

Color information

#E2BBFD (or 0xE2BBFD) is unknown color: approx Mauve. HEX triplet: E2, BB and FD. RGB value is (226,187,253). Sum of RGB (Red+Green+Blue) = 226+187+253=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBFD is #1D4402. Grayscale: #CDCDCD. Windows color (decimal): -1917955 or 16628706. OLE color: 16628706.

HSL color Cylindrical-coordinate representation of color #E2BBFD: hue angle of 275.45º degrees, saturation: 0.94, 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 #E2BBFD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226187253-
CMYK0.110.2600.01
HSL275.45º94.29%86.27%-
HSV(B)275.45º26.09%99.22%-
XYZ66.8658.8100.75-
YUV206.18154.42142.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.93%
GREEN value IS 187 (73.44% from 255) = 28.08%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=33.93%
G=28.08%
B=37.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261872530.110.2600.01275.4594.2986.27
HexE2BBFDB1A011135e56
Octal342273375133201423136126
Binary1110001010111011111111011011110100110001001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBFD; }

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

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

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

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

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

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

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

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