Shades of Mauve #DFB5F9
Tints of Mauve #DFB5F9
RGB
CMYK
RGB Variations
Color information
#DFB5F9 (or 0xDFB5F9) is known color: Mauve. HEX triplet: DF, B5 and F9. RGB value is (223,181,249). Sum of RGB (Red+Green+Blue) = 223+181+249=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFB5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB5F9 is #204A06. Grayscale: #C9C9C9. Windows color (decimal): -2116103 or 16365023. OLE color: 16365023.
HSL color Cylindrical-coordinate representation of color #DFB5F9: hue angle of 277.06º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFB5F9 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 181 | 249 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.02 |
| HSL | 277.06º | 0.85% | 0.84% | - |
| HSV(B) | 277.06º | 0.27% | 0.98% | - |
| XYZ | 64.05 | 55.58 | 96.97 | - |
| YUV | 201.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 249 | 0.10 | 0.27 | 0 | 0.02 | 277.06 | 0.85 | 0.84 |
| Hex | DF | B5 | F9 | A | 1B | 0 | 2 | 115 | 55 | 54 |
| Octal | 337 | 265 | 371 | 12 | 33 | 0 | 2 | 425 | 125 | 124 |
| Binary | 11011111 | 10110101 | 11111001 | 1010 | 11011 | 0 | 10 | 100010101 | 1010101 | 1010100 |
Color Harmonies of #DFB5F9
Complementary color
Monochromatic Colors of #DFB5F9
Black with #DFB5F9
Text Example
Text Example
White with #DFB5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5F9; }
p { color: rgb(223,181,249); }
H1.HeaderClassName
{
color: #DFB5F9;
}
.AnyTagClassName
{
color: #DFB5F9;
}
</style>
background-color css
<style>
a { background-color: #DFB5F9; }
a { background-color: rgb(223,181,249); }
div.DivClassName
{
background-color: #DFB5F9;
}
.BgClassName
{
background-color: #DFB5F9;
}
</style>
border-color css
<style>
span { border-color: #DFB5F9; }
span { border-color: rgb(223,181,249); }
td.TdClassName
{
border-color: #DFB5F9;
}
.TagClassName
{
border-color: #DFB5F9;
}
</style>