#EFB2F6

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

Shades of Mauve #EFB2F6

Tints of Mauve #EFB2F6

Color information

#EFB2F6 (or 0xEFB2F6) is unknown color: approx Mauve. HEX triplet: EF, B2 and F6. RGB value is (239,178,246). Sum of RGB (Red+Green+Blue) = 239+178+246=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 178 (69.92% from 255 or 26.85% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFB2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2F6 is #104D09. Grayscale: #CBCBCB. Windows color (decimal): -1068298 or 16167663. OLE color: 16167663.

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

Color convert

RGB239178246-
CMYK0.030.2800.04
HSL293.82º79.07%83.14%-
HSV(B)293.82º27.64%96.47%-
XYZ68.1556.8594.57-
YUV203.99151.71152.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 178 (69.92% from 255) = 26.85%
BLUE value IS 246 (96.48% from 255) = 37.10%
R=36.05%
G=26.85%
B=37.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391782460.030.2800.04293.8279.0783.14
HexEFB2F631C041264f53
Octal35726236633404446117123
Binary1110111110110010111101101111100010010010011010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2F6; }

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

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

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

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

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

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

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

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