#EFB7FF

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

Shades of Mauve #EFB7FF

Tints of Mauve #EFB7FF

Color information

#EFB7FF (or 0xEFB7FF) is unknown color: approx Mauve. HEX triplet: EF, B7 and FF. RGB value is (239,183,255). Sum of RGB (Red+Green+Blue) = 239+183+255=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 183 (71.88% from 255 or 27.03% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7FF is #104800. Grayscale: #CFCFCF. Windows color (decimal): -1067009 or 16758767. OLE color: 16758767.

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

Color convert

RGB239183255-
CMYK0.060.2800
HSL286.67º100%85.88%-
HSV(B)286.67º28.24%100%-
XYZ70.5859.44102.36-
YUV207.95154.55150.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 183 (71.88% from 255) = 27.03%
BLUE value IS 255 (100% from 255) = 37.67%
R=35.30%
G=27.03%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391832550.060.2800286.6710085.88
HexEFB7FF61C0011f6456
Octal35726737763400437144126
Binary111011111011011111111111110111000010001111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7FF; }

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

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

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

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

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

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

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

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