#E2BFFC

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

Shades of Mauve #E2BFFC

Tints of Mauve #E2BFFC

Color information

#E2BFFC (or 0xE2BFFC) is unknown color: approx Mauve. HEX triplet: E2, BF and FC. RGB value is (226,191,252). Sum of RGB (Red+Green+Blue) = 226+191+252=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFFC is #1D4003. Grayscale: #D0D0D0. Windows color (decimal): -1916932 or 16564194. OLE color: 16564194.

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

Color convert

RGB226191252-
CMYK0.100.2400.01
HSL274.43º91.04%86.86%-
HSV(B)274.43º24.21%98.82%-
XYZ67.5760.46100.2-
YUV208.42152.6140.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.78%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=33.78%
G=28.55%
B=37.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261912520.100.2400.01274.4391.0486.86
HexE2BFFCA18011125b57
Octal342277374123001422133127
Binary1110001010111111111111001010110000110001001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFFC; }

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

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

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

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

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

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

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

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