#E5C7FE

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

Shades of Mauve #E5C7FE

Tints of Mauve #E5C7FE

Color information

#E5C7FE (or 0xE5C7FE) is unknown color: approx Mauve. HEX triplet: E5, C7 and FE. RGB value is (229,199,254). Sum of RGB (Red+Green+Blue) = 229+199+254=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 199 (78.12% from 255 or 29.18% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C7FE is #1A3801. Grayscale: #D6D6D6. Windows color (decimal): -1718274 or 16697317. OLE color: 16697317.

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

Color convert

RGB229199254-
CMYK0.100.2200.00
HSL272.73º96.49%88.82%-
HSV(B)272.73º21.65%99.61%-
XYZ70.6364.66102.52-
YUV214.24150.44138.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.58%
GREEN value IS 199 (78.12% from 255) = 29.18%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=33.58%
G=29.18%
B=37.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291992540.100.2200.00272.7396.4988.82
HexE5C7FEA16001116059
Octal345307376122600421140131
Binary1110010111000111111111101010101100010001000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C7FE; }

 p { color: rgb(229,199,254); }

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

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

 a { background-color: rgb(229,199,254); }

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

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

 span { border-color: rgb(229,199,254); }

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