#efb7fe

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

Shades of Mauve #EFB7FE

Tints of Mauve #EFB7FE

Color information

#EFB7FE (or 0xEFB7FE) is unknown color: approx Mauve. HEX triplet: EF, B7 and FE. RGB value is (239,183,254). Sum of RGB (Red+Green+Blue) = 239+183+254=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 183 (71.88% from 255 or 27.07% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7FE is #104801. Grayscale: #CFCFCF. Windows color (decimal): -1067010 or 16693231. OLE color: 16693231.

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

Color convert

RGB239183254-
CMYK0.060.2800.00
HSL287.32º97.26%85.69%-
HSV(B)287.32º27.95%99.61%-
XYZ70.4259.37101.51-
YUV207.84154.05150.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 183 (71.88% from 255) = 27.07%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=35.36%
G=27.07%
B=37.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391832540.060.2800.00287.3297.2685.69
HexEFB7FE61C0011f6156
Octal35726737663400437141126
Binary111011111011011111111110110111000010001111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efb7fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efb7fe; }

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

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

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

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

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

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

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

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