#E7ADFF

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

Shades of Mauve #E7ADFF

Tints of Mauve #E7ADFF

Color information

#E7ADFF (or 0xE7ADFF) is unknown color: approx Mauve. HEX triplet: E7, AD and FF. RGB value is (231,173,255). Sum of RGB (Red+Green+Blue) = 231+173+255=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADFF is #185200. Grayscale: #C7C7C7. Windows color (decimal): -1593857 or 16756199. OLE color: 16756199.

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

Color convert

RGB231173255-
CMYK0.090.3200
HSL282.44º100%83.92%-
HSV(B)282.44º32.16%100%-
XYZ65.9554.1101.57-
YUV199.69159.22150.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.05%
GREEN value IS 173 (67.97% from 255) = 26.25%
BLUE value IS 255 (100% from 255) = 38.69%
R=35.05%
G=26.25%
B=38.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311732550.090.3200282.4410083.92
HexE7ADFF9200011a6454
Octal347255377114000432144124
Binary11100111101011011111111110011000000010001101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADFF; }

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

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

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

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

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

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

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

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