#EFAFFA

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

Shades of Mauve #EFAFFA

Tints of Mauve #EFAFFA

Color information

#EFAFFA (or 0xEFAFFA) is unknown color: approx Mauve. HEX triplet: EF, AF and FA. RGB value is (239,175,250). Sum of RGB (Red+Green+Blue) = 239+175+250=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 175 (68.75% from 255 or 26.36% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFAFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFFA is #105005. Grayscale: #CACACA. Windows color (decimal): -1069062 or 16429039. OLE color: 16429039.

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

Color convert

RGB239175250-
CMYK0.040.300.02
HSL291.2º88.24%83.33%-
HSV(B)291.2º30%98.04%-
XYZ68.1855.9197.64-
YUV202.69154.7153.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 175 (68.75% from 255) = 26.36%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=35.99%
G=26.36%
B=37.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391752500.040.300.02291.288.2483.33
HexEFAFFA41E021235853
Octal35725737243602443130123
Binary1110111110101111111110101001111001010010001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFFA; }

 p { color: rgb(239,175,250); }

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

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

 a { background-color: rgb(239,175,250); }

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

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

 span { border-color: rgb(239,175,250); }

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