#E2BFFD

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

Shades of Mauve #E2BFFD

Tints of Mauve #E2BFFD

Color information

#E2BFFD (or 0xE2BFFD) is unknown color: approx Mauve. HEX triplet: E2, BF and FD. RGB value is (226,191,253). Sum of RGB (Red+Green+Blue) = 226+191+253=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFFD is #1D4002. Grayscale: #D0D0D0. Windows color (decimal): -1916931 or 16629730. OLE color: 16629730.

HSL color Cylindrical-coordinate representation of color #E2BFFD: hue angle of 273.87º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2BFFD is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226191253-
CMYK0.110.2500.01
HSL273.87º93.94%87.06%-
HSV(B)273.87º24.51%99.22%-
XYZ67.7260.52101.04-
YUV208.53153.1140.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 191 (75% from 255) = 28.51%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=33.73%
G=28.51%
B=37.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261912530.110.2500.01273.8793.9487.06
HexE2BFFDB19011125e57
Octal342277375133101422136127
Binary1110001010111111111111011011110010110001001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFFD; }

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

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

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

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

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

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

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

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