#E7C5FF

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

Shades of Mauve #E7C5FF

Tints of Mauve #E7C5FF

Color information

#E7C5FF (or 0xE7C5FF) is unknown color: approx Mauve. HEX triplet: E7, C5 and FF. RGB value is (231,197,255). Sum of RGB (Red+Green+Blue) = 231+197+255=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C5FF is #183A00. Grayscale: #D5D5D5. Windows color (decimal): -1587713 or 16762343. OLE color: 16762343.

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

Color convert

RGB231197255-
CMYK0.090.2300
HSL275.17º100%88.63%-
HSV(B)275.17º22.75%100%-
XYZ70.9764.14103.25-
YUV213.78151.26140.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.82%
GREEN value IS 197 (77.34% from 255) = 28.84%
BLUE value IS 255 (100% from 255) = 37.34%
R=33.82%
G=28.84%
B=37.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311972550.090.2300275.1710088.63
HexE7C5FF917001136459
Octal347305377112700423144131
Binary1110011111000101111111111001101110010001001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C5FF; }

 p { color: rgb(231,197,255); }

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

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

 a { background-color: rgb(231,197,255); }

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

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

 span { border-color: rgb(231,197,255); }

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