#EFB7F9

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

Shades of Mauve #EFB7F9

Tints of Mauve #EFB7F9

Color information

#EFB7F9 (or 0xEFB7F9) is unknown color: approx Mauve. HEX triplet: EF, B7 and F9. RGB value is (239,183,249). Sum of RGB (Red+Green+Blue) = 239+183+249=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFB7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7F9 is #104806. Grayscale: #CFCFCF. Windows color (decimal): -1067015 or 16365551. OLE color: 16365551.

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

Color convert

RGB239183249-
CMYK0.040.2700.02
HSL290.91º84.62%84.71%-
HSV(B)290.91º26.51%97.65%-
XYZ69.6359.0697.35-
YUV207.27151.55150.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 183 (71.88% from 255) = 27.27%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=35.62%
G=27.27%
B=37.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391832490.040.2700.02290.9184.6284.71
HexEFB7F941B021235555
Octal35726737143302443125125
Binary1110111110110111111110011001101101010010001110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7F9; }

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

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

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

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

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

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

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

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