#EFADFA

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

Shades of Mauve #EFADFA

Tints of Mauve #EFADFA

Color information

#EFADFA (or 0xEFADFA) is unknown color: approx Mauve. HEX triplet: EF, AD and FA. RGB value is (239,173,250). Sum of RGB (Red+Green+Blue) = 239+173+250=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADFA is #105205. Grayscale: #C9C9C9. Windows color (decimal): -1069574 or 16428527. OLE color: 16428527.

HSL color Cylindrical-coordinate representation of color #EFADFA: hue angle of 291.43º degrees, saturation: 0.89, 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 #EFADFA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239173250-
CMYK0.040.3100.02
HSL291.43º88.51%82.94%-
HSV(B)291.43º30.8%98.04%-
XYZ67.855.1497.51-
YUV201.51155.37154.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 173 (67.97% from 255) = 26.13%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=36.10%
G=26.13%
B=37.76%

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
Decimal2391732500.040.3100.02291.4388.5182.94
HexEFADFA41F021235953
Octal35725537243702443131123
Binary1110111110101101111110101001111101010010001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADFA; }

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

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

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

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

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

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

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

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