Shades of Mauve #DFB4F9
Tints of Mauve #DFB4F9
RGB
CMYK
RGB Variations
Color information
#DFB4F9 (or 0xDFB4F9) is known color: Mauve. HEX triplet: DF, B4 and F9. RGB value is (223,180,249). Sum of RGB (Red+Green+Blue) = 223+180+249=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFB4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4F9 is #204B06. Grayscale: #C8C8C8. Windows color (decimal): -2116359 or 16364767. OLE color: 16364767.
HSL color Cylindrical-coordinate representation of color #DFB4F9: hue angle of 277.39º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB4F9 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 180 | 249 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.02 |
| HSL | 277.39º | 0.85% | 0.84% | - |
| HSV(B) | 277.39º | 0.28% | 0.98% | - |
| XYZ | 63.85 | 55.17 | 96.91 | - |
| YUV | 200.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 249 | 0.10 | 0.28 | 0 | 0.02 | 277.39 | 0.85 | 0.84 |
| Hex | DF | B4 | F9 | A | 1C | 0 | 2 | 115 | 55 | 54 |
| Octal | 337 | 264 | 371 | 12 | 34 | 0 | 2 | 425 | 125 | 124 |
| Binary | 11011111 | 10110100 | 11111001 | 1010 | 11100 | 0 | 10 | 100010101 | 1010101 | 1010100 |
Color Harmonies of #DFB4F9
Complementary color
Monochromatic Colors of #DFB4F9
Black with #DFB4F9
Text Example
Text Example
White with #DFB4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4F9; }
p { color: rgb(223,180,249); }
H1.HeaderClassName
{
color: #DFB4F9;
}
.AnyTagClassName
{
color: #DFB4F9;
}
</style>
background-color css
<style>
a { background-color: #DFB4F9; }
a { background-color: rgb(223,180,249); }
div.DivClassName
{
background-color: #DFB4F9;
}
.BgClassName
{
background-color: #DFB4F9;
}
</style>
border-color css
<style>
span { border-color: #DFB4F9; }
span { border-color: rgb(223,180,249); }
td.TdClassName
{
border-color: #DFB4F9;
}
.TagClassName
{
border-color: #DFB4F9;
}
</style>