#EFBAFF

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

Shades of Mauve #EFBAFF

Tints of Mauve #EFBAFF

Color information

#EFBAFF (or 0xEFBAFF) is unknown color: approx Mauve. HEX triplet: EF, BA and FF. RGB value is (239,186,255). Sum of RGB (Red+Green+Blue) = 239+186+255=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAFF is #104500. Grayscale: #D1D1D1. Windows color (decimal): -1066241 or 16759535. OLE color: 16759535.

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

Color convert

RGB239186255-
CMYK0.060.2700
HSL286.09º100%86.47%-
HSV(B)286.09º27.06%100%-
XYZ71.2160.69102.57-
YUV209.71153.56148.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 186 (73.05% from 255) = 27.35%
BLUE value IS 255 (100% from 255) = 37.5%
R=35.15%
G=27.35%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391862550.060.2700286.0910086.47
HexEFBAFF61B0011e6456
Octal35727237763300436144126
Binary111011111011101011111111110110110010001111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAFF; }

 p { color: rgb(239,186,255); }

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

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

 a { background-color: rgb(239,186,255); }

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

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

 span { border-color: rgb(239,186,255); }

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