#EFBCFB

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

Shades of Mauve #EFBCFB

Tints of Mauve #EFBCFB

Color information

#EFBCFB (or 0xEFBCFB) is unknown color: approx Mauve. HEX triplet: EF, BC and FB. RGB value is (239,188,251). Sum of RGB (Red+Green+Blue) = 239+188+251=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFBCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCFB is #104304. Grayscale: #D2D2D2. Windows color (decimal): -1065733 or 16497903. OLE color: 16497903.

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

Color convert

RGB239188251-
CMYK0.050.2500.02
HSL288.57º88.73%86.08%-
HSV(B)288.57º25.1%98.43%-
XYZ70.9961.2899.35-
YUV210.43150.9148.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 188 (73.83% from 255) = 27.73%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=35.25%
G=27.73%
B=37.02%

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
Decimal2391882510.050.2500.02288.5788.7386.08
HexEFBCFB519021215956
Octal35727437353102441131126
Binary1110111110111100111110111011100101010010000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCFB; }

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

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

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

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

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

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

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

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