#E2C2FC

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

Shades of Mauve #E2C2FC

Tints of Mauve #E2C2FC

Color information

#E2C2FC (or 0xE2C2FC) is unknown color: approx Mauve. HEX triplet: E2, C2 and FC. RGB value is (226,194,252). Sum of RGB (Red+Green+Blue) = 226+194+252=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 194 (76.17% from 255 or 28.87% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2C2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C2FC is #1D3D03. Grayscale: #D1D1D1. Windows color (decimal): -1916164 or 16564962. OLE color: 16564962.

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

Color convert

RGB226194252-
CMYK0.100.2300.01
HSL273.1º90.62%87.45%-
HSV(B)273.1º23.02%98.82%-
XYZ68.2361.78100.42-
YUV210.18151.6139.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.63%
GREEN value IS 194 (76.17% from 255) = 28.87%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=33.63%
G=28.87%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261942520.100.2300.01273.190.6287.45
HexE2C2FCA17011115b57
Octal342302374122701421133127
Binary1110001011000010111111001010101110110001000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C2FC; }

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

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

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

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

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

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

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

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