#EFBFFF

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

Shades of Mauve #EFBFFF

Tints of Mauve #EFBFFF

Color information

#EFBFFF (or 0xEFBFFF) is unknown color: approx Mauve. HEX triplet: EF, BF and FF. RGB value is (239,191,255). Sum of RGB (Red+Green+Blue) = 239+191+255=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFFF is #104000. Grayscale: #D4D4D4. Windows color (decimal): -1064961 or 16760815. OLE color: 16760815.

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

Color convert

RGB239191255-
CMYK0.060.2500
HSL285º100%87.45%-
HSV(B)285º25.1%100%-
XYZ72.2862.83102.93-
YUV212.65151.9146.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 191 (75% from 255) = 27.88%
BLUE value IS 255 (100% from 255) = 37.23%
R=34.89%
G=27.88%
B=37.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391912550.060.250028510087.45
HexEFBFFF6190011d6457
Octal35727737763100435144127
Binary111011111011111111111111110110010010001110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFFF; }

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

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

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

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

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

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

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

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