Shades of Mauve #DFAAFF
Tints of Mauve #DFAAFF
RGB
CMYK
RGB Variations
Color information
#DFAAFF (or 0xDFAAFF) is known color: Mauve. HEX triplet: DF, AA and FF. RGB value is (223,170,255). Sum of RGB (Red+Green+Blue) = 223+170+255=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAFF is #205500. Grayscale: #C3C3C3. Windows color (decimal): -2118913 or 16755423. OLE color: 16755423.
HSL color Cylindrical-coordinate representation of color #DFAAFF: hue angle of 277.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFAAFF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 170 | 255 | - |
| CMYK | 0.13 | 0.33 | 0 | 0 |
| HSL | 277.41º | 1% | 0.83% | - |
| HSV(B) | 277.41º | 0.33% | 1% | - |
| XYZ | 62.86 | 51.66 | 101.27 | - |
| YUV | 195.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 255 | 0.13 | 0.33 | 0 | 0 | 277.41 | 1 | 0.83 |
| Hex | DF | AA | FF | D | 21 | 0 | 0 | 115 | 64 | 53 |
| Octal | 337 | 252 | 377 | 15 | 41 | 0 | 0 | 425 | 144 | 123 |
| Binary | 11011111 | 10101010 | 11111111 | 1101 | 100001 | 0 | 0 | 100010101 | 1100100 | 1010011 |
Color Harmonies of #DFAAFF
Complementary color
Monochromatic Colors of #DFAAFF
Black with #DFAAFF
Text Example
Text Example
White with #DFAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAFF; }
p { color: rgb(223,170,255); }
H1.HeaderClassName
{
color: #DFAAFF;
}
.AnyTagClassName
{
color: #DFAAFF;
}
</style>
background-color css
<style>
a { background-color: #DFAAFF; }
a { background-color: rgb(223,170,255); }
div.DivClassName
{
background-color: #DFAAFF;
}
.BgClassName
{
background-color: #DFAAFF;
}
</style>
border-color css
<style>
span { border-color: #DFAAFF; }
span { border-color: rgb(223,170,255); }
td.TdClassName
{
border-color: #DFAAFF;
}
.TagClassName
{
border-color: #DFAAFF;
}
</style>