#EAADF6

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

Shades of Mauve #EAADF6

Tints of Mauve #EAADF6

Color information

#EAADF6 (or 0xEAADF6) is unknown color: approx Mauve. HEX triplet: EA, AD and F6. RGB value is (234,173,246). Sum of RGB (Red+Green+Blue) = 234+173+246=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF6 is #155209. Grayscale: #C7C7C7. Windows color (decimal): -1397258 or 16166378. OLE color: 16166378.

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

Color convert

RGB234173246-
CMYK0.050.3000.04
HSL290.14º80.22%82.16%-
HSV(B)290.14º29.67%96.47%-
XYZ65.5154.0394.17-
YUV199.56154.21152.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 173 (67.97% from 255) = 26.49%
BLUE value IS 246 (96.48% from 255) = 37.67%
R=35.83%
G=26.49%
B=37.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341732460.050.3000.04290.1480.2282.16
HexEAADF651E041225052
Octal35225536653604442120122
Binary11101010101011011111011010111110010010010001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADF6; }

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

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

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

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

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

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

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

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