#EFAAF9

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

Shades of Mauve #EFAAF9

Tints of Mauve #EFAAF9

Color information

#EFAAF9 (or 0xEFAAF9) is unknown color: approx Mauve. HEX triplet: EF, AA and F9. RGB value is (239,170,249). Sum of RGB (Red+Green+Blue) = 239+170+249=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAF9 is #105506. Grayscale: #C7C7C7. Windows color (decimal): -1070343 or 16362223. OLE color: 16362223.

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

Color convert

RGB239170249-
CMYK0.040.3200.02
HSL292.41º86.81%82.16%-
HSV(B)292.41º31.73%97.65%-
XYZ67.0753.9496.5-
YUV199.64155.86156.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 170 (66.80% from 255) = 25.84%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=36.32%
G=25.84%
B=37.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391702490.040.3200.02292.4186.8182.16
HexEFAAF9420021245752
Octal35725237144002444127122
Binary11101111101010101111100110010000001010010010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAF9; }

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

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

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

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

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

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

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

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