Shades of Mauve #DFABFF
Tints of Mauve #DFABFF
RGB
CMYK
RGB Variations
Color information
#DFABFF (or 0xDFABFF) is known color: Mauve. HEX triplet: DF, AB and FF. RGB value is (223,171,255). Sum of RGB (Red+Green+Blue) = 223+171+255=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABFF is #205400. Grayscale: #C3C3C3. Windows color (decimal): -2118657 or 16755679. OLE color: 16755679.
HSL color Cylindrical-coordinate representation of color #DFABFF: hue angle of 277.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFABFF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 171 | 255 | - |
| CMYK | 0.13 | 0.33 | 0 | 0 |
| HSL | 277.14º | 1% | 0.84% | - |
| HSV(B) | 277.14º | 0.33% | 1% | - |
| XYZ | 63.04 | 52.03 | 101.33 | - |
| YUV | 196.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 255 | 0.13 | 0.33 | 0 | 0 | 277.14 | 1 | 0.84 |
| Hex | DF | AB | FF | D | 21 | 0 | 0 | 115 | 64 | 54 |
| Octal | 337 | 253 | 377 | 15 | 41 | 0 | 0 | 425 | 144 | 124 |
| Binary | 11011111 | 10101011 | 11111111 | 1101 | 100001 | 0 | 0 | 100010101 | 1100100 | 1010100 |
Color Harmonies of #DFABFF
Complementary color
Monochromatic Colors of #DFABFF
Black with #DFABFF
Text Example
Text Example
White with #DFABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABFF; }
p { color: rgb(223,171,255); }
H1.HeaderClassName
{
color: #DFABFF;
}
.AnyTagClassName
{
color: #DFABFF;
}
</style>
background-color css
<style>
a { background-color: #DFABFF; }
a { background-color: rgb(223,171,255); }
div.DivClassName
{
background-color: #DFABFF;
}
.BgClassName
{
background-color: #DFABFF;
}
</style>
border-color css
<style>
span { border-color: #DFABFF; }
span { border-color: rgb(223,171,255); }
td.TdClassName
{
border-color: #DFABFF;
}
.TagClassName
{
border-color: #DFABFF;
}
</style>