#E2C1FB

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

Shades of Mauve #E2C1FB

Tints of Mauve #E2C1FB

Color information

#E2C1FB (or 0xE2C1FB) is unknown color: approx Mauve. HEX triplet: E2, C1 and FB. RGB value is (226,193,251). Sum of RGB (Red+Green+Blue) = 226+193+251=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 193 (75.78% from 255 or 28.81% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2C1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C1FB is #1D3E04. Grayscale: #D1D1D1. Windows color (decimal): -1916421 or 16499170. OLE color: 16499170.

HSL color Cylindrical-coordinate representation of color #E2C1FB: hue angle of 274.14º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2C1FB is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226193251-
CMYK0.100.2300.02
HSL274.14º87.88%87.06%-
HSV(B)274.14º23.11%98.43%-
XYZ67.8561.2799.52-
YUV209.48151.43139.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 193 (75.78% from 255) = 28.81%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=33.73%
G=28.81%
B=37.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261932510.100.2300.02274.1487.8887.06
HexE2C1FBA17021125857
Octal342301373122702422130127
Binary11100010110000011111101110101011101010001001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C1FB; }

 p { color: rgb(226,193,251); }

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

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

 a { background-color: rgb(226,193,251); }

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

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

 span { border-color: rgb(226,193,251); }

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