#EAADF8

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

Shades of Mauve #EAADF8

Tints of Mauve #EAADF8

Color information

#EAADF8 (or 0xEAADF8) is unknown color: approx Mauve. HEX triplet: EA, AD and F8. RGB value is (234,173,248). Sum of RGB (Red+Green+Blue) = 234+173+248=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAADF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF8 is #155207. Grayscale: #C7C7C7. Windows color (decimal): -1397256 or 16297450. OLE color: 16297450.

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

Color convert

RGB234173248-
CMYK0.060.3000.03
HSL288.8º84.27%82.55%-
HSV(B)288.8º30.24%97.25%-
XYZ65.8254.1695.79-
YUV199.79155.21152.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 173 (67.97% from 255) = 26.41%
BLUE value IS 248 (97.27% from 255) = 37.86%
R=35.73%
G=26.41%
B=37.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341732480.060.3000.03288.884.2782.55
HexEAADF861E031215453
Octal35225537063603441124123
Binary1110101010101101111110001101111001110010000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADF8; }

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

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

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

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

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

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

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

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