#EFBBFA

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

Shades of Mauve #EFBBFA

Tints of Mauve #EFBBFA

Color information

#EFBBFA (or 0xEFBBFA) is unknown color: approx Mauve. HEX triplet: EF, BB and FA. RGB value is (239,187,250). Sum of RGB (Red+Green+Blue) = 239+187+250=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 187 (73.44% from 255 or 27.66% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFBBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBFA is #104405. Grayscale: #D1D1D1. Windows color (decimal): -1065990 or 16432111. OLE color: 16432111.

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

Color convert

RGB239187250-
CMYK0.040.2500.02
HSL289.52º86.3%85.69%-
HSV(B)289.52º25.2%98.04%-
XYZ70.6260.7998.45-
YUV209.73150.73148.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 187 (73.44% from 255) = 27.66%
BLUE value IS 250 (98.05% from 255) = 36.98%
R=35.36%
G=27.66%
B=36.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391872500.040.2500.02289.5286.385.69
HexEFBBFA419021225656
Octal35727337243102442126126
Binary1110111110111011111110101001100101010010001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBFA; }

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

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

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

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

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

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

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

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