Shades of Mauve #DFAFFF
Tints of Mauve #DFAFFF
RGB
CMYK
RGB Variations
Color information
#DFAFFF (or 0xDFAFFF) is known color: Mauve. HEX triplet: DF, AF and FF. RGB value is (223,175,255). Sum of RGB (Red+Green+Blue) = 223+175+255=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFFF is #205000. Grayscale: #C6C6C6. Windows color (decimal): -2117633 or 16756703. OLE color: 16756703.
HSL color Cylindrical-coordinate representation of color #DFAFFF: hue angle of 276º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFAFFF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 175 | 255 | - |
| CMYK | 0.13 | 0.31 | 0 | 0 |
| HSL | 276º | 1% | 0.84% | - |
| HSV(B) | 276º | 0.31% | 1% | - |
| XYZ | 63.81 | 53.57 | 101.58 | - |
| YUV | 198.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 255 | 0.13 | 0.31 | 0 | 0 | 276 | 1 | 0.84 |
| Hex | DF | AF | FF | D | 1F | 0 | 0 | 114 | 64 | 54 |
| Octal | 337 | 257 | 377 | 15 | 37 | 0 | 0 | 424 | 144 | 124 |
| Binary | 11011111 | 10101111 | 11111111 | 1101 | 11111 | 0 | 0 | 100010100 | 1100100 | 1010100 |
Color Harmonies of #DFAFFF
Complementary color
Monochromatic Colors of #DFAFFF
Black with #DFAFFF
Text Example
Text Example
White with #DFAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFFF; }
p { color: rgb(223,175,255); }
H1.HeaderClassName
{
color: #DFAFFF;
}
.AnyTagClassName
{
color: #DFAFFF;
}
</style>
background-color css
<style>
a { background-color: #DFAFFF; }
a { background-color: rgb(223,175,255); }
div.DivClassName
{
background-color: #DFAFFF;
}
.BgClassName
{
background-color: #DFAFFF;
}
</style>
border-color css
<style>
span { border-color: #DFAFFF; }
span { border-color: rgb(223,175,255); }
td.TdClassName
{
border-color: #DFAFFF;
}
.TagClassName
{
border-color: #DFAFFF;
}
</style>