#E7ADFA

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

Shades of Mauve #E7ADFA

Tints of Mauve #E7ADFA

Color information

#E7ADFA (or 0xE7ADFA) is unknown color: approx Mauve. HEX triplet: E7, AD and FA. RGB value is (231,173,250). Sum of RGB (Red+Green+Blue) = 231+173+250=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7ADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADFA is #185205. Grayscale: #C6C6C6. Windows color (decimal): -1593862 or 16428519. OLE color: 16428519.

HSL color Cylindrical-coordinate representation of color #E7ADFA: hue angle of 285.19º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7ADFA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231173250-
CMYK0.080.3100.02
HSL285.19º88.51%82.94%-
HSV(B)285.19º30.8%98.04%-
XYZ65.1553.7897.39-
YUV199.12156.72150.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 173 (67.97% from 255) = 26.45%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=35.32%
G=26.45%
B=38.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311732500.080.3100.02285.1988.5182.94
HexE7ADFA81F0211d5953
Octal347255372103702435131123
Binary11100111101011011111101010001111101010001110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADFA; }

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

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

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

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

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

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

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

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