#E7ADFE

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

Shades of Mauve #E7ADFE

Tints of Mauve #E7ADFE

Color information

#E7ADFE (or 0xE7ADFE) is unknown color: approx Mauve. HEX triplet: E7, AD and FE. RGB value is (231,173,254). Sum of RGB (Red+Green+Blue) = 231+173+254=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADFE is #185201. Grayscale: #C7C7C7. Windows color (decimal): -1593858 or 16690663. OLE color: 16690663.

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

Color convert

RGB231173254-
CMYK0.090.3200.00
HSL282.96º97.59%83.73%-
HSV(B)282.96º31.89%99.61%-
XYZ65.7954.03100.73-
YUV199.58158.72150.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.11%
GREEN value IS 173 (67.97% from 255) = 26.29%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=35.11%
G=26.29%
B=38.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311732540.090.3200.00282.9697.5983.73
HexE7ADFE9200011b6254
Octal347255376114000433142124
Binary11100111101011011111111010011000000010001101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADFE; }

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

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

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

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

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

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

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

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