#EFB9FC

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

Shades of Mauve #EFB9FC

Tints of Mauve #EFB9FC

Color information

#EFB9FC (or 0xEFB9FC) is unknown color: approx Mauve. HEX triplet: EF, B9 and FC. RGB value is (239,185,252). Sum of RGB (Red+Green+Blue) = 239+185+252=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFB9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9FC is #104603. Grayscale: #D0D0D0. Windows color (decimal): -1066500 or 16562671. OLE color: 16562671.

HSL color Cylindrical-coordinate representation of color #EFB9FC: hue angle of 288.36º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB9FC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239185252-
CMYK0.050.2700.01
HSL288.36º91.78%85.69%-
HSV(B)288.36º26.59%98.82%-
XYZ70.5260.0899.97-
YUV208.78152.39149.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 185 (72.66% from 255) = 27.37%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=35.36%
G=27.37%
B=37.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391852520.050.2700.01288.3691.7885.69
HexEFB9FC51B011205c56
Octal35727137453301440134126
Binary111011111011100111111100101110110110010000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9FC; }

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

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

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

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

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

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

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

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