#E7ADF3

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

Shades of Mauve #E7ADF3

Tints of Mauve #E7ADF3

Color information

#E7ADF3 (or 0xE7ADF3) is unknown color: approx Mauve. HEX triplet: E7, AD and F3. RGB value is (231,173,243). Sum of RGB (Red+Green+Blue) = 231+173+243=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7ADF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADF3 is #18520C. Grayscale: #C6C6C6. Windows color (decimal): -1593869 or 15969767. OLE color: 15969767.

HSL color Cylindrical-coordinate representation of color #E7ADF3: hue angle of 289.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7ADF3 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231173243-
CMYK0.050.2900.05
HSL289.71º74.47%81.57%-
HSV(B)289.71º28.81%95.29%-
XYZ64.0853.3591.71-
YUV198.32153.22151.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.70%
GREEN value IS 173 (67.97% from 255) = 26.74%
BLUE value IS 243 (95.31% from 255) = 37.56%
R=35.70%
G=26.74%
B=37.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311732430.050.2900.05289.7174.4781.57
HexE7ADF351D051224a52
Octal34725536353505442112122
Binary11100111101011011111001110111101010110010001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADF3; }

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

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

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

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

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

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

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

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