#DFABF7

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

Shades of Mauve #DFABF7

Tints of Mauve #DFABF7

Color information

#DFABF7 (or 0xDFABF7) is unknown color: approx Mauve. HEX triplet: DF, AB and F7. RGB value is (223,171,247). Sum of RGB (Red+Green+Blue) = 223+171+247=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABF7 is #205408. Grayscale: #C2C2C2. Windows color (decimal): -2118665 or 16231391. OLE color: 16231391.

HSL color Cylindrical-coordinate representation of color #DFABF7: hue angle of 281.05º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFABF7 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223171247-
CMYK0.100.3100.03
HSL281.05º82.61%81.96%-
HSV(B)281.05º30.77%96.86%-
XYZ61.7851.5394.69-
YUV195.21157.23147.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 171 (67.19% from 255) = 26.68%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=34.79%
G=26.68%
B=38.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2231712470.100.3100.03281.0582.6181.96
HexDFABF7A1F031195352
Octal337253367123703431123122
Binary11011111101010111111011110101111101110001100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABF7; }

 p { color: rgb(223,171,247); }

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

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

 a { background-color: rgb(223,171,247); }

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

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

 span { border-color: rgb(223,171,247); }

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