#EFB8F6

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

Shades of Mauve #EFB8F6

Tints of Mauve #EFB8F6

Color information

#EFB8F6 (or 0xEFB8F6) is unknown color: approx Mauve. HEX triplet: EF, B8 and F6. RGB value is (239,184,246). Sum of RGB (Red+Green+Blue) = 239+184+246=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 184 (72.27% from 255 or 27.50% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFB8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8F6 is #104709. Grayscale: #CFCFCF. Windows color (decimal): -1066762 or 16169199. OLE color: 16169199.

HSL color Cylindrical-coordinate representation of color #EFB8F6: hue angle of 293.23º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB8F6 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239184246-
CMYK0.030.2500.04
HSL293.23º77.5%84.31%-
HSV(B)293.23º25.2%96.47%-
XYZ69.3759.2994.98-
YUV207.51149.72150.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 184 (72.27% from 255) = 27.50%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=35.72%
G=27.50%
B=36.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391842460.030.2500.04293.2377.584.31
HexEFB8F6319041254e54
Octal35727036633104445116124
Binary1110111110111000111101101111001010010010010110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8F6; }

 p { color: rgb(239,184,246); }

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

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

 a { background-color: rgb(239,184,246); }

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

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

 span { border-color: rgb(239,184,246); }

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