#EFABF9

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

Shades of Mauve #EFABF9

Tints of Mauve #EFABF9

Color information

#EFABF9 (or 0xEFABF9) is unknown color: approx Mauve. HEX triplet: EF, AB and F9. RGB value is (239,171,249). Sum of RGB (Red+Green+Blue) = 239+171+249=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 171 (67.19% from 255 or 25.95% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFABF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABF9 is #105406. Grayscale: #C7C7C7. Windows color (decimal): -1070087 or 16362479. OLE color: 16362479.

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

Color convert

RGB239171249-
CMYK0.040.3100.02
HSL292.31º86.67%82.35%-
HSV(B)292.31º31.33%97.65%-
XYZ67.2654.3296.56-
YUV200.22155.53155.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 171 (67.19% from 255) = 25.95%
BLUE value IS 249 (97.66% from 255) = 37.78%
R=36.27%
G=25.95%
B=37.78%

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
Decimal2391712490.040.3100.02292.3186.6782.35
HexEFABF941F021245752
Octal35725337143702444127122
Binary1110111110101011111110011001111101010010010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABF9; }

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

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

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

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

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

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

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

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