#EFAEFB

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

Shades of Mauve #EFAEFB

Tints of Mauve #EFAEFB

Color information

#EFAEFB (or 0xEFAEFB) is unknown color: approx Mauve. HEX triplet: EF, AE and FB. RGB value is (239,174,251). Sum of RGB (Red+Green+Blue) = 239+174+251=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 174 (68.36% from 255 or 26.20% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFAEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEFB is #105104. Grayscale: #C9C9C9. Windows color (decimal): -1069317 or 16494319. OLE color: 16494319.

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

Color convert

RGB239174251-
CMYK0.050.3100.02
HSL290.65º90.59%83.33%-
HSV(B)290.65º30.68%98.43%-
XYZ68.1555.5998.4-
YUV202.21155.53154.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 174 (68.36% from 255) = 26.20%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=35.99%
G=26.20%
B=37.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391742510.050.3100.02290.6590.5983.33
HexEFAEFB51F021235b53
Octal35725637353702443133123
Binary1110111110101110111110111011111101010010001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEFB; }

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

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

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

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

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

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

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

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