#EFBCFA

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

Shades of Mauve #EFBCFA

Tints of Mauve #EFBCFA

Color information

#EFBCFA (or 0xEFBCFA) is unknown color: approx Mauve. HEX triplet: EF, BC and FA. RGB value is (239,188,250). Sum of RGB (Red+Green+Blue) = 239+188+250=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFBCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCFA is #104305. Grayscale: #D2D2D2. Windows color (decimal): -1065734 or 16432367. OLE color: 16432367.

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

Color convert

RGB239188250-
CMYK0.040.2500.02
HSL289.35º86.11%85.88%-
HSV(B)289.35º24.8%98.04%-
XYZ70.8461.2298.53-
YUV210.32150.4148.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 188 (73.83% from 255) = 27.77%
BLUE value IS 250 (98.05% from 255) = 36.93%
R=35.30%
G=27.77%
B=36.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391882500.040.2500.02289.3586.1185.88
HexEFBCFA419021215656
Octal35727437243102441126126
Binary1110111110111100111110101001100101010010000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCFA; }

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

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

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

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

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

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

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

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