#EFADF8

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

Shades of Mauve #EFADF8

Tints of Mauve #EFADF8

Color information

#EFADF8 (or 0xEFADF8) is unknown color: approx Mauve. HEX triplet: EF, AD and F8. RGB value is (239,173,248). Sum of RGB (Red+Green+Blue) = 239+173+248=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFADF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADF8 is #105207. Grayscale: #C9C9C9. Windows color (decimal): -1069576 or 16297455. OLE color: 16297455.

HSL color Cylindrical-coordinate representation of color #EFADF8: hue angle of 292.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 #EFADF8 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239173248-
CMYK0.040.3000.03
HSL292.8º84.27%82.55%-
HSV(B)292.8º30.24%97.25%-
XYZ67.4855.0295.87-
YUV201.28154.37154.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 173 (67.97% from 255) = 26.21%
BLUE value IS 248 (97.27% from 255) = 37.58%
R=36.21%
G=26.21%
B=37.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391732480.040.3000.03292.884.2782.55
HexEFADF841E031255453
Octal35725537043603445124123
Binary1110111110101101111110001001111001110010010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADF8; }

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

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

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

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

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

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

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

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