Shades of Mauve #DFB7F6
Tints of Mauve #DFB7F6
RGB
CMYK
RGB Variations
Color information
#DFB7F6 (or 0xDFB7F6) is known color: Mauve. HEX triplet: DF, B7 and F6. RGB value is (223,183,246). Sum of RGB (Red+Green+Blue) = 223+183+246=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 183 (71.88% from 255 or 28.07% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFB7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7F6 is #204809. Grayscale: #C9C9C9. Windows color (decimal): -2115594 or 16168927. OLE color: 16168927.
HSL color Cylindrical-coordinate representation of color #DFB7F6: hue angle of 278.1º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB7F6 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 183 | 246 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.04 |
| HSL | 278.1º | 0.78% | 0.84% | - |
| HSV(B) | 278.1º | 0.26% | 0.96% | - |
| XYZ | 64 | 56.21 | 94.67 | - |
| YUV | 202.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 246 | 0.09 | 0.26 | 0 | 0.04 | 278.1 | 0.78 | 0.84 |
| Hex | DF | B7 | F6 | 9 | 1A | 0 | 4 | 116 | 4E | 54 |
| Octal | 337 | 267 | 366 | 11 | 32 | 0 | 4 | 426 | 116 | 124 |
| Binary | 11011111 | 10110111 | 11110110 | 1001 | 11010 | 0 | 100 | 100010110 | 1001110 | 1010100 |
Color Harmonies of #DFB7F6
Complementary color
Monochromatic Colors of #DFB7F6
Black with #DFB7F6
Text Example
Text Example
White with #DFB7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7F6; }
p { color: rgb(223,183,246); }
H1.HeaderClassName
{
color: #DFB7F6;
}
.AnyTagClassName
{
color: #DFB7F6;
}
</style>
background-color css
<style>
a { background-color: #DFB7F6; }
a { background-color: rgb(223,183,246); }
div.DivClassName
{
background-color: #DFB7F6;
}
.BgClassName
{
background-color: #DFB7F6;
}
</style>
border-color css
<style>
span { border-color: #DFB7F6; }
span { border-color: rgb(223,183,246); }
td.TdClassName
{
border-color: #DFB7F6;
}
.TagClassName
{
border-color: #DFB7F6;
}
</style>