#DFABF8

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

Shades of Mauve #DFABF8

Tints of Mauve #DFABF8

Color information

#DFABF8 (or 0xDFABF8) is unknown color: approx Mauve. HEX triplet: DF, AB and F8. RGB value is (223,171,248). Sum of RGB (Red+Green+Blue) = 223+171+248=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABF8 is #205407. Grayscale: #C3C3C3. Windows color (decimal): -2118664 or 16296927. OLE color: 16296927.

HSL color Cylindrical-coordinate representation of color #DFABF8: hue angle of 280.52º degrees, saturation: 0.85, 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 #DFABF8 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223171248-
CMYK0.100.3100.03
HSL280.52º84.62%82.16%-
HSV(B)280.52º31.05%97.25%-
XYZ61.9451.5995.5-
YUV195.33157.73147.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 171 (67.19% from 255) = 26.64%
BLUE value IS 248 (97.27% from 255) = 38.63%
R=34.74%
G=26.64%
B=38.63%

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
Decimal2231712480.100.3100.03280.5284.6282.16
HexDFABF8A1F031195552
Octal337253370123703431125122
Binary11011111101010111111100010101111101110001100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABF8; }

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

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

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

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

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

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

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

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