#EFB3FA

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

Shades of Mauve #EFB3FA

Tints of Mauve #EFB3FA

Color information

#EFB3FA (or 0xEFB3FA) is unknown color: approx Mauve. HEX triplet: EF, B3 and FA. RGB value is (239,179,250). Sum of RGB (Red+Green+Blue) = 239+179+250=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 179 (70.31% from 255 or 26.80% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFB3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3FA is #104C05. Grayscale: #CCCCCC. Windows color (decimal): -1068038 or 16430063. OLE color: 16430063.

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

Color convert

RGB239179250-
CMYK0.040.2800.02
HSL290.7º87.65%84.12%-
HSV(B)290.7º28.4%98.04%-
XYZ68.9757.4997.9-
YUV205.03153.38152.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 179 (70.31% from 255) = 26.80%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=35.78%
G=26.80%
B=37.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391792500.040.2800.02290.787.6584.12
HexEFB3FA41C021235854
Octal35726337243402443130124
Binary1110111110110011111110101001110001010010001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3FA; }

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

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

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

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

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

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

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

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