#EFB4FC

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

Shades of Mauve #EFB4FC

Tints of Mauve #EFB4FC

Color information

#EFB4FC (or 0xEFB4FC) is unknown color: approx Mauve. HEX triplet: EF, B4 and FC. RGB value is (239,180,252). Sum of RGB (Red+Green+Blue) = 239+180+252=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFB4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4FC is #104B03. Grayscale: #CDCDCD. Windows color (decimal): -1067780 or 16561391. OLE color: 16561391.

HSL color Cylindrical-coordinate representation of color #EFB4FC: hue angle of 289.17º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB4FC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239180252-
CMYK0.050.2900.01
HSL289.17º92.31%84.71%-
HSV(B)289.17º28.57%98.82%-
XYZ69.4958.0299.63-
YUV205.85154.05151.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 180 (70.70% from 255) = 26.83%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=35.62%
G=26.83%
B=37.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391802520.050.2900.01289.1792.3184.71
HexEFB4FC51D011215c55
Octal35726437453501441134125
Binary111011111011010011111100101111010110010000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4FC; }

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

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

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

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

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

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

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

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