#EFBBFB

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

Shades of Mauve #EFBBFB

Tints of Mauve #EFBBFB

Color information

#EFBBFB (or 0xEFBBFB) is unknown color: approx Mauve. HEX triplet: EF, BB and FB. RGB value is (239,187,251). Sum of RGB (Red+Green+Blue) = 239+187+251=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFBBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBFB is #104404. Grayscale: #D1D1D1. Windows color (decimal): -1065989 or 16497647. OLE color: 16497647.

HSL color Cylindrical-coordinate representation of color #EFBBFB: hue angle of 288.75º degrees, saturation: 0.89, 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 #EFBBFB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239187251-
CMYK0.050.2500.02
HSL288.75º88.89%85.88%-
HSV(B)288.75º25.5%98.43%-
XYZ70.7860.8699.28-
YUV209.84151.23148.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 187 (73.44% from 255) = 27.62%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=35.30%
G=27.62%
B=37.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391872510.050.2500.02288.7588.8985.88
HexEFBBFB519021215956
Octal35727337353102441131126
Binary1110111110111011111110111011100101010010000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBFB; }

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

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

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

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

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

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

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

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