#E7B6FF

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

Shades of Mauve #E7B6FF

Tints of Mauve #E7B6FF

Color information

#E7B6FF (or 0xE7B6FF) is unknown color: approx Mauve. HEX triplet: E7, B6 and FF. RGB value is (231,182,255). Sum of RGB (Red+Green+Blue) = 231+182+255=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7B6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B6FF is #184900. Grayscale: #CCCCCC. Windows color (decimal): -1591553 or 16758503. OLE color: 16758503.

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

Color convert

RGB231182255-
CMYK0.090.2900
HSL280.27º100%85.69%-
HSV(B)280.27º28.63%100%-
XYZ67.7357.66102.17-
YUV204.97156.23146.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.58%
GREEN value IS 182 (71.48% from 255) = 27.25%
BLUE value IS 255 (100% from 255) = 38.17%
R=34.58%
G=27.25%
B=38.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311822550.090.2900280.2710085.69
HexE7B6FF91D001186456
Octal347266377113500430144126
Binary1110011110110110111111111001111010010001100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B6FF; }

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

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

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

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

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

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

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

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