#EFBEFB

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

Shades of Mauve #EFBEFB

Tints of Mauve #EFBEFB

Color information

#EFBEFB (or 0xEFBEFB) is unknown color: approx Mauve. HEX triplet: EF, BE and FB. RGB value is (239,190,251). Sum of RGB (Red+Green+Blue) = 239+190+251=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 190 (74.61% from 255 or 27.94% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFBEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEFB is #104104. Grayscale: #D3D3D3. Windows color (decimal): -1065221 or 16498415. OLE color: 16498415.

HSL color Cylindrical-coordinate representation of color #EFBEFB: hue angle of 288.2º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFBEFB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239190251-
CMYK0.050.2400.02
HSL288.2º88.41%86.47%-
HSV(B)288.2º24.3%98.43%-
XYZ71.4262.1499.5-
YUV211.6150.23147.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 190 (74.61% from 255) = 27.94%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=35.15%
G=27.94%
B=36.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391902510.050.2400.02288.288.4186.47
HexEFBEFB518021205856
Octal35727637353002440130126
Binary1110111110111110111110111011100001010010000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEFB; }

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

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

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

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

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

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

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

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