Shades of Mauve #DFABF1
Tints of Mauve #DFABF1
RGB
CMYK
RGB Variations
Color information
#DFABF1 (or 0xDFABF1) is known color: Mauve. HEX triplet: DF, AB and F1. RGB value is (223,171,241). Sum of RGB (Red+Green+Blue) = 223+171+241=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABF1 is #20540E. Grayscale: #C2C2C2. Windows color (decimal): -2118671 or 15838175. OLE color: 15838175.
HSL color Cylindrical-coordinate representation of color #DFABF1: hue angle of 284.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFABF1 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 171 | 241 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.05 |
| HSL | 284.57º | 0.71% | 0.81% | - |
| HSV(B) | 284.57º | 0.29% | 0.95% | - |
| XYZ | 60.87 | 51.16 | 89.89 | - |
| YUV | 194.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 241 | 0.07 | 0.29 | 0 | 0.05 | 284.57 | 0.71 | 0.81 |
| Hex | DF | AB | F1 | 7 | 1D | 0 | 5 | 11D | 47 | 51 |
| Octal | 337 | 253 | 361 | 7 | 35 | 0 | 5 | 435 | 107 | 121 |
| Binary | 11011111 | 10101011 | 11110001 | 111 | 11101 | 0 | 101 | 100011101 | 1000111 | 1010001 |
Color Harmonies of #DFABF1
Complementary color
Monochromatic Colors of #DFABF1
Black with #DFABF1
Text Example
Text Example
White with #DFABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABF1; }
p { color: rgb(223,171,241); }
H1.HeaderClassName
{
color: #DFABF1;
}
.AnyTagClassName
{
color: #DFABF1;
}
</style>
background-color css
<style>
a { background-color: #DFABF1; }
a { background-color: rgb(223,171,241); }
div.DivClassName
{
background-color: #DFABF1;
}
.BgClassName
{
background-color: #DFABF1;
}
</style>
border-color css
<style>
span { border-color: #DFABF1; }
span { border-color: rgb(223,171,241); }
td.TdClassName
{
border-color: #DFABF1;
}
.TagClassName
{
border-color: #DFABF1;
}
</style>