#E3C2FC

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

Shades of Mauve #E3C2FC

Tints of Mauve #E3C2FC

Color information

#E3C2FC (or 0xE3C2FC) is unknown color: approx Mauve. HEX triplet: E3, C2 and FC. RGB value is (227,194,252). Sum of RGB (Red+Green+Blue) = 227+194+252=673 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.73% from 673); Green value is 194 (76.17% from 255 or 28.83% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3C2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C2FC is #1C3D03. Grayscale: #D2D2D2. Windows color (decimal): -1850628 or 16564963. OLE color: 16564963.

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

Color convert

RGB227194252-
CMYK0.100.2300.01
HSL274.14º90.62%87.45%-
HSV(B)274.14º23.02%98.82%-
XYZ68.5461.94100.44-
YUV210.48151.43139.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.73%
GREEN value IS 194 (76.17% from 255) = 28.83%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=33.73%
G=28.83%
B=37.44%

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
Decimal2271942520.100.2300.01274.1490.6287.45
HexE3C2FCA17011125b57
Octal343302374122701422133127
Binary1110001111000010111111001010101110110001001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C2FC; }

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

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

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

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

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

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

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

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