#EFBDFE

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

Shades of Mauve #EFBDFE

Tints of Mauve #EFBDFE

Color information

#EFBDFE (or 0xEFBDFE) is unknown color: approx Mauve. HEX triplet: EF, BD and FE. RGB value is (239,189,254). Sum of RGB (Red+Green+Blue) = 239+189+254=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFBDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDFE is #104201. Grayscale: #D3D3D3. Windows color (decimal): -1065474 or 16694767. OLE color: 16694767.

HSL color Cylindrical-coordinate representation of color #EFBDFE: hue angle of 286.15º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFBDFE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239189254-
CMYK0.060.2600.00
HSL286.15º97.01%86.86%-
HSV(B)286.15º25.59%99.61%-
XYZ71.6861.9101.94-
YUV211.36152.06147.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 189 (74.22% from 255) = 27.71%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=35.04%
G=27.71%
B=37.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391892540.060.2600.00286.1597.0186.86
HexEFBDFE61A0011e6157
Octal35727537663200436141127
Binary111011111011110111111110110110100010001111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDFE; }

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

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

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

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

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

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

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

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