#EAADF7

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

Shades of Mauve #EAADF7

Tints of Mauve #EAADF7

Color information

#EAADF7 (or 0xEAADF7) is unknown color: approx Mauve. HEX triplet: EA, AD and F7. RGB value is (234,173,247). Sum of RGB (Red+Green+Blue) = 234+173+247=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAADF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF7 is #155208. Grayscale: #C7C7C7. Windows color (decimal): -1397257 or 16231914. OLE color: 16231914.

HSL color Cylindrical-coordinate representation of color #EAADF7: hue angle of 289.46º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAADF7 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234173247-
CMYK0.050.3000.03
HSL289.46º82.22%82.35%-
HSV(B)289.46º29.96%96.86%-
XYZ65.6654.0994.98-
YUV199.68154.71152.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 173 (67.97% from 255) = 26.45%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=35.78%
G=26.45%
B=37.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341732470.050.3000.03289.4682.2282.35
HexEAADF751E031215252
Octal35225536753603441122122
Binary1110101010101101111101111011111001110010000110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADF7; }

 p { color: rgb(234,173,247); }

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

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

 a { background-color: rgb(234,173,247); }

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

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

 span { border-color: rgb(234,173,247); }

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