#EFACF9

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

Shades of Mauve #EFACF9

Tints of Mauve #EFACF9

Color information

#EFACF9 (or 0xEFACF9) is unknown color: approx Mauve. HEX triplet: EF, AC and F9. RGB value is (239,172,249). Sum of RGB (Red+Green+Blue) = 239+172+249=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACF9 is #105306. Grayscale: #C8C8C8. Windows color (decimal): -1069831 or 16362735. OLE color: 16362735.

HSL color Cylindrical-coordinate representation of color #EFACF9: hue angle of 292.21º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFACF9 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239172249-
CMYK0.040.3100.02
HSL292.21º86.52%82.55%-
HSV(B)292.21º30.92%97.65%-
XYZ67.4554.796.62-
YUV200.81155.2155.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 172 (67.58% from 255) = 26.06%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=36.21%
G=26.06%
B=37.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391722490.040.3100.02292.2186.5282.55
HexEFACF941F021245753
Octal35725437143702444127123
Binary1110111110101100111110011001111101010010010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACF9; }

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

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

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

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

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

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

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

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