#EFBAFE

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

Shades of Mauve #EFBAFE

Tints of Mauve #EFBAFE

Color information

#EFBAFE (or 0xEFBAFE) is unknown color: approx Mauve. HEX triplet: EF, BA and FE. RGB value is (239,186,254). Sum of RGB (Red+Green+Blue) = 239+186+254=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 186 (73.05% from 255 or 27.39% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAFE is #104501. Grayscale: #D1D1D1. Windows color (decimal): -1066242 or 16693999. OLE color: 16693999.

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

Color convert

RGB239186254-
CMYK0.060.2700.00
HSL286.76º97.14%86.27%-
HSV(B)286.76º26.77%99.61%-
XYZ71.0460.62101.72-
YUV209.6153.06148.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 186 (73.05% from 255) = 27.39%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=35.20%
G=27.39%
B=37.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391862540.060.2700.00286.7697.1486.27
HexEFBAFE61B0011f6156
Octal35727237663300437141126
Binary111011111011101011111110110110110010001111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAFE; }

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

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

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

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

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

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

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

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