#E2BCFD

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

Shades of Mauve #E2BCFD

Tints of Mauve #E2BCFD

Color information

#E2BCFD (or 0xE2BCFD) is unknown color: approx Mauve. HEX triplet: E2, BC and FD. RGB value is (226,188,253). Sum of RGB (Red+Green+Blue) = 226+188+253=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCFD is #1D4302. Grayscale: #CECECE. Windows color (decimal): -1917699 or 16628962. OLE color: 16628962.

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

Color convert

RGB226188253-
CMYK0.110.2600.01
HSL275.08º94.2%86.47%-
HSV(B)275.08º25.69%99.22%-
XYZ67.0859.23100.83-
YUV206.77154.09141.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 188 (73.83% from 255) = 28.19%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=33.88%
G=28.19%
B=37.93%

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
Decimal2261882530.110.2600.01275.0894.286.47
HexE2BCFDB1A011135e56
Octal342274375133201423136126
Binary1110001010111100111111011011110100110001001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCFD; }

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

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

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

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

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

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

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

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