#EFBFFE

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

Shades of Mauve #EFBFFE

Tints of Mauve #EFBFFE

Color information

#EFBFFE (or 0xEFBFFE) is unknown color: approx Mauve. HEX triplet: EF, BF and FE. RGB value is (239,191,254). Sum of RGB (Red+Green+Blue) = 239+191+254=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 191 (75% from 255 or 27.92% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFFE is #104001. Grayscale: #D4D4D4. Windows color (decimal): -1064962 or 16695279. OLE color: 16695279.

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

Color convert

RGB239191254-
CMYK0.060.2500.00
HSL285.71º96.92%87.25%-
HSV(B)285.71º24.8%99.61%-
XYZ72.1262.77102.08-
YUV212.53151.4146.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 191 (75% from 255) = 27.92%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=34.94%
G=27.92%
B=37.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391912540.060.2500.00285.7196.9287.25
HexEFBFFE6190011e6157
Octal35727737663100436141127
Binary111011111011111111111110110110010010001111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFFE; }

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

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

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

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

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

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

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

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