#E3C2F7

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

Shades of Mauve #E3C2F7

Tints of Mauve #E3C2F7

Color information

#E3C2F7 (or 0xE3C2F7) is unknown color: approx Mauve. HEX triplet: E3, C2 and F7. RGB value is (227,194,247). Sum of RGB (Red+Green+Blue) = 227+194+247=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #E3C2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C2F7 is #1C3D08. Grayscale: #D1D1D1. Windows color (decimal): -1850633 or 16237283. OLE color: 16237283.

HSL color Cylindrical-coordinate representation of color #E3C2F7: hue angle of 277.36º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E3C2F7 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB227194247-
CMYK0.080.2100.03
HSL277.36º76.81%86.47%-
HSV(B)277.36º21.46%96.86%-
XYZ67.7661.6396.32-
YUV209.91148.93140.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.98%
GREEN value IS 194 (76.17% from 255) = 29.04%
BLUE value IS 247 (96.88% from 255) = 36.98%
R=33.98%
G=29.04%
B=36.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2271942470.080.2100.03277.3676.8186.47
HexE3C2F7815031154d56
Octal343302367102503425115126
Binary11100011110000101111011110001010101110001010110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C2F7; }

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

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

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

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

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

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

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

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