#EFACF8

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

Shades of Mauve #EFACF8

Tints of Mauve #EFACF8

Color information

#EFACF8 (or 0xEFACF8) is unknown color: approx Mauve. HEX triplet: EF, AC and F8. RGB value is (239,172,248). Sum of RGB (Red+Green+Blue) = 239+172+248=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 172 (67.58% from 255 or 26.10% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFACF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACF8 is #105307. Grayscale: #C8C8C8. Windows color (decimal): -1069832 or 16297199. OLE color: 16297199.

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

Color convert

RGB239172248-
CMYK0.040.3100.03
HSL292.89º84.44%82.35%-
HSV(B)292.89º30.65%97.25%-
XYZ67.2954.6395.81-
YUV200.7154.7155.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 172 (67.58% from 255) = 26.10%
BLUE value IS 248 (97.27% from 255) = 37.63%
R=36.27%
G=26.10%
B=37.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391722480.040.3100.03292.8984.4482.35
HexEFACF841F031255452
Octal35725437043703445124122
Binary1110111110101100111110001001111101110010010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACF8; }

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

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

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

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

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

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

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

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