#EFBBF6

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

Shades of Mauve #EFBBF6

Tints of Mauve #EFBBF6

Color information

#EFBBF6 (or 0xEFBBF6) is unknown color: approx Mauve. HEX triplet: EF, BB and F6. RGB value is (239,187,246). Sum of RGB (Red+Green+Blue) = 239+187+246=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFBBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBF6 is #104409. Grayscale: #D1D1D1. Windows color (decimal): -1065994 or 16169967. OLE color: 16169967.

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

Color convert

RGB239187246-
CMYK0.030.2400.04
HSL292.88º76.62%84.9%-
HSV(B)292.88º23.98%96.47%-
XYZ7060.5595.19-
YUV209.27148.73149.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 187 (73.44% from 255) = 27.83%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=35.57%
G=27.83%
B=36.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391872460.030.2400.04292.8876.6284.9
HexEFBBF6318041254d55
Octal35727336633004445115125
Binary1110111110111011111101101111000010010010010110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBF6; }

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

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

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

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

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

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

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

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