#EFB9FB

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

Shades of Mauve #EFB9FB

Tints of Mauve #EFB9FB

Color information

#EFB9FB (or 0xEFB9FB) is unknown color: approx Mauve. HEX triplet: EF, B9 and FB. RGB value is (239,185,251). Sum of RGB (Red+Green+Blue) = 239+185+251=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 185 (72.66% from 255 or 27.41% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFB9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9FB is #104604. Grayscale: #D0D0D0. Windows color (decimal): -1066501 or 16497135. OLE color: 16497135.

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

Color convert

RGB239185251-
CMYK0.050.2600.02
HSL289.09º89.19%85.49%-
HSV(B)289.09º26.29%98.43%-
XYZ70.3660.0199.14-
YUV208.67151.89149.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 185 (72.66% from 255) = 27.41%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=35.41%
G=27.41%
B=37.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391852510.050.2600.02289.0989.1985.49
HexEFB9FB51A021215955
Octal35727137353202441131125
Binary1110111110111001111110111011101001010010000110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9FB; }

 p { color: rgb(239,185,251); }

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

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

 a { background-color: rgb(239,185,251); }

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

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

 span { border-color: rgb(239,185,251); }

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