#E5C6FA

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

Shades of Mauve #E5C6FA

Tints of Mauve #E5C6FA

Color information

#E5C6FA (or 0xE5C6FA) is unknown color: approx Mauve. HEX triplet: E5, C6 and FA. RGB value is (229,198,250). Sum of RGB (Red+Green+Blue) = 229+198+250=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C6FA is #1A3905. Grayscale: #D5D5D5. Windows color (decimal): -1718534 or 16434917. OLE color: 16434917.

HSL color Cylindrical-coordinate representation of color #E5C6FA: hue angle of 275.77º 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 #E5C6FA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229198250-
CMYK0.080.2100.02
HSL275.77º83.87%87.84%-
HSV(B)275.77º20.8%98.04%-
XYZ69.7663.9599.11-
YUV213.2148.77139.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.83%
GREEN value IS 198 (77.73% from 255) = 29.25%
BLUE value IS 250 (98.05% from 255) = 36.93%
R=33.83%
G=29.25%
B=36.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291982500.080.2100.02275.7783.8787.84
HexE5C6FA815021145458
Octal345306372102502424124130
Binary11100101110001101111101010001010101010001010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C6FA; }

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

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

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

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

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

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

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

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