#EFADF6

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

Shades of Mauve #EFADF6

Tints of Mauve #EFADF6

Color information

#EFADF6 (or 0xEFADF6) is unknown color: approx Mauve. HEX triplet: EF, AD and F6. RGB value is (239,173,246). Sum of RGB (Red+Green+Blue) = 239+173+246=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADF6 is #105209. Grayscale: #C8C8C8. Windows color (decimal): -1069578 or 16166383. OLE color: 16166383.

HSL color Cylindrical-coordinate representation of color #EFADF6: hue angle of 294.25º degrees, saturation: 0.8, 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 #EFADF6 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239173246-
CMYK0.030.3000.04
HSL294.25º80.22%82.16%-
HSV(B)294.25º29.67%96.47%-
XYZ67.1754.8994.24-
YUV201.06153.37155.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 173 (67.97% from 255) = 26.29%
BLUE value IS 246 (96.48% from 255) = 37.39%
R=36.32%
G=26.29%
B=37.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391732460.030.3000.04294.2580.2282.16
HexEFADF631E041265052
Octal35725536633604446120122
Binary1110111110101101111101101111110010010010011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADF6; }

 p { color: rgb(239,173,246); }

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

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

 a { background-color: rgb(239,173,246); }

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

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

 span { border-color: rgb(239,173,246); }

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