#E5C6FF

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

Shades of Mauve #E5C6FF

Tints of Mauve #E5C6FF

Color information

#E5C6FF (or 0xE5C6FF) is unknown color: approx Mauve. HEX triplet: E5, C6 and FF. RGB value is (229,198,255). Sum of RGB (Red+Green+Blue) = 229+198+255=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 198 (77.73% from 255 or 29.03% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C6FF is #1A3900. Grayscale: #D5D5D5. Windows color (decimal): -1718529 or 16762597. OLE color: 16762597.

HSL color Cylindrical-coordinate representation of color #E5C6FF: hue angle of 272.63º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5C6FF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229198255-
CMYK0.100.2200
HSL272.63º100%88.82%-
HSV(B)272.63º22.35%100%-
XYZ70.5664.27103.29-
YUV213.77151.27138.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.58%
GREEN value IS 198 (77.73% from 255) = 29.03%
BLUE value IS 255 (100% from 255) = 37.39%
R=33.58%
G=29.03%
B=37.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291982550.100.2200272.6310088.82
HexE5C6FFA16001116459
Octal345306377122600421144131
Binary1110010111000110111111111010101100010001000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C6FF; }

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

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

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

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

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

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

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

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