#EFBDFB

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

Shades of Mauve #EFBDFB

Tints of Mauve #EFBDFB

Color information

#EFBDFB (or 0xEFBDFB) is unknown color: approx Mauve. HEX triplet: EF, BD and FB. RGB value is (239,189,251). Sum of RGB (Red+Green+Blue) = 239+189+251=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFBDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDFB is #104204. Grayscale: #D2D2D2. Windows color (decimal): -1065477 or 16498159. OLE color: 16498159.

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

Color convert

RGB239189251-
CMYK0.050.2500.02
HSL288.39º88.57%86.27%-
HSV(B)288.39º24.7%98.43%-
XYZ71.2161.7199.43-
YUV211.02150.56147.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 189 (74.22% from 255) = 27.84%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=35.20%
G=27.84%
B=36.97%

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
Decimal2391892510.050.2500.02288.3988.5786.27
HexEFBDFB519021205956
Octal35727537353102440131126
Binary1110111110111101111110111011100101010010000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDFB; }

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

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

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

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

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

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

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

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