#EFB3FB

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

Shades of Mauve #EFB3FB

Tints of Mauve #EFB3FB

Color information

#EFB3FB (or 0xEFB3FB) is unknown color: approx Mauve. HEX triplet: EF, B3 and FB. RGB value is (239,179,251). Sum of RGB (Red+Green+Blue) = 239+179+251=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFB3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3FB is #104C04. Grayscale: #CCCCCC. Windows color (decimal): -1068037 or 16495599. OLE color: 16495599.

HSL color Cylindrical-coordinate representation of color #EFB3FB: hue angle of 290º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB3FB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239179251-
CMYK0.050.2900.02
HSL290º90%84.31%-
HSV(B)290º28.69%98.43%-
XYZ69.1357.5698.73-
YUV205.15153.88152.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 179 (70.31% from 255) = 26.76%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=35.72%
G=26.76%
B=37.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391792510.050.2900.022909084.31
HexEFB3FB51D021225a54
Octal35726337353502442132124
Binary1110111110110011111110111011110101010010001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3FB; }

 p { color: rgb(239,179,251); }

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

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

 a { background-color: rgb(239,179,251); }

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

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

 span { border-color: rgb(239,179,251); }

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