#EFB4F7

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

Shades of Mauve #EFB4F7

Tints of Mauve #EFB4F7

Color information

#EFB4F7 (or 0xEFB4F7) is unknown color: approx Mauve. HEX triplet: EF, B4 and F7. RGB value is (239,180,247). Sum of RGB (Red+Green+Blue) = 239+180+247=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 180 (70.70% from 255 or 27.03% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFB4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4F7 is #104B08. Grayscale: #CDCDCD. Windows color (decimal): -1067785 or 16233711. OLE color: 16233711.

HSL color Cylindrical-coordinate representation of color #EFB4F7: hue angle of 292.84º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB4F7 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239180247-
CMYK0.030.2700.03
HSL292.84º80.72%83.73%-
HSV(B)292.84º27.13%96.86%-
XYZ68.7157.7195.51-
YUV205.28151.55152.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 180 (70.70% from 255) = 27.03%
BLUE value IS 247 (96.88% from 255) = 37.09%
R=35.89%
G=27.03%
B=37.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391802470.030.2700.03292.8480.7283.73
HexEFB4F731B031255154
Octal35726436733303445121124
Binary111011111011010011110111111101101110010010110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4F7; }

 p { color: rgb(239,180,247); }

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

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

 a { background-color: rgb(239,180,247); }

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

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

 span { border-color: rgb(239,180,247); }

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