#E7ADFC

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

Shades of Mauve #E7ADFC

Tints of Mauve #E7ADFC

Color information

#E7ADFC (or 0xE7ADFC) is unknown color: approx Mauve. HEX triplet: E7, AD and FC. RGB value is (231,173,252). Sum of RGB (Red+Green+Blue) = 231+173+252=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7ADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADFC is #185203. Grayscale: #C7C7C7. Windows color (decimal): -1593860 or 16559591. OLE color: 16559591.

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

Color convert

RGB231173252-
CMYK0.080.3100.01
HSL284.05º92.94%83.33%-
HSV(B)284.05º31.35%98.82%-
XYZ65.4753.999.05-
YUV199.35157.72150.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 173 (67.97% from 255) = 26.37%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=35.21%
G=26.37%
B=38.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311732520.080.3100.01284.0592.9483.33
HexE7ADFC81F0111c5d53
Octal347255374103701434135123
Binary1110011110101101111111001000111110110001110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADFC; }

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

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

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

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

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

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

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

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