#EFACF5

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

Shades of Mauve #EFACF5

Tints of Mauve #EFACF5

Color information

#EFACF5 (or 0xEFACF5) is unknown color: approx Mauve. HEX triplet: EF, AC and F5. RGB value is (239,172,245). Sum of RGB (Red+Green+Blue) = 239+172+245=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACF5 is #10530A. Grayscale: #C8C8C8. Windows color (decimal): -1069835 or 16100591. OLE color: 16100591.

HSL color Cylindrical-coordinate representation of color #EFACF5: hue angle of 295.07º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFACF5 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239172245-
CMYK0.020.3000.04
HSL295.07º78.49%81.76%-
HSV(B)295.07º29.8%96.08%-
XYZ66.8354.4593.37-
YUV200.36153.2155.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 172 (67.58% from 255) = 26.22%
BLUE value IS 245 (96.09% from 255) = 37.35%
R=36.43%
G=26.22%
B=37.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391722450.020.3000.04295.0778.4981.76
HexEFACF521E041274e52
Octal35725436523604447116122
Binary1110111110101100111101011011110010010010011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACF5; }

 p { color: rgb(239,172,245); }

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

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

 a { background-color: rgb(239,172,245); }

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

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

 span { border-color: rgb(239,172,245); }

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