#EFBBFE

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

Shades of Mauve #EFBBFE

Tints of Mauve #EFBBFE

Color information

#EFBBFE (or 0xEFBBFE) is unknown color: approx Mauve. HEX triplet: EF, BB and FE. RGB value is (239,187,254). Sum of RGB (Red+Green+Blue) = 239+187+254=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFBBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBFE is #104401. Grayscale: #D1D1D1. Windows color (decimal): -1065986 or 16694255. OLE color: 16694255.

HSL color Cylindrical-coordinate representation of color #EFBBFE: hue angle of 286.57º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFBBFE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239187254-
CMYK0.060.2600.00
HSL286.57º97.1%86.47%-
HSV(B)286.57º26.38%99.61%-
XYZ71.2661.05101.79-
YUV210.19152.73148.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 187 (73.44% from 255) = 27.5%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=35.15%
G=27.5%
B=37.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391872540.060.2600.00286.5797.186.47
HexEFBBFE61A0011f6156
Octal35727337663200437141126
Binary111011111011101111111110110110100010001111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBFE; }

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

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

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

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

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

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

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

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