#E3C6FA

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

Shades of Mauve #E3C6FA

Tints of Mauve #E3C6FA

Color information

#E3C6FA (or 0xE3C6FA) is unknown color: approx Mauve. HEX triplet: E3, C6 and FA. RGB value is (227,198,250). Sum of RGB (Red+Green+Blue) = 227+198+250=675 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.63% from 675); Green value is 198 (77.73% from 255 or 29.33% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C6FA is #1C3905. Grayscale: #D4D4D4. Windows color (decimal): -1849606 or 16434915. OLE color: 16434915.

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

Color convert

RGB227198250-
CMYK0.090.2100.02
HSL273.46º83.87%87.84%-
HSV(B)273.46º20.8%98.04%-
XYZ69.1363.6299.08-
YUV212.6149.11138.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.63%
GREEN value IS 198 (77.73% from 255) = 29.33%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=33.63%
G=29.33%
B=37.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271982500.090.2100.02273.4683.8787.84
HexE3C6FA915021115458
Octal343306372112502421124130
Binary11100011110001101111101010011010101010001000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C6FA; }

 p { color: rgb(227,198,250); }

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

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

 a { background-color: rgb(227,198,250); }

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

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

 span { border-color: rgb(227,198,250); }

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