Shades of Mauve #DFB9F9
Tints of Mauve #DFB9F9
RGB
CMYK
RGB Variations
Color information
#DFB9F9 (or 0xDFB9F9) is known color: Mauve. HEX triplet: DF, B9 and F9. RGB value is (223,185,249). Sum of RGB (Red+Green+Blue) = 223+185+249=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9F9 is #204606. Grayscale: #CBCBCB. Windows color (decimal): -2115079 or 16366047. OLE color: 16366047.
HSL color Cylindrical-coordinate representation of color #DFB9F9: hue angle of 275.62º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB9F9 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 185 | 249 | - |
CMYK | 0.10 | 0.26 | 0 | 0.02 |
HSL | 275.63º | 0.84% | 0.85% | - |
HSV(B) | 275.63º | 0.26% | 0.98% | - |
XYZ | 64.88 | 57.23 | 97.25 | - |
YUV | 203.66 | 153.59 | 141.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 185 | 249 | 0.10 | 0.26 | 0 | 0.02 | 275.63 | 0.84 | 0.85 |
Hex | DF | B9 | F9 | A | 1A | 0 | 2 | 114 | 54 | 55 |
Octal | 337 | 271 | 371 | 12 | 32 | 0 | 2 | 424 | 124 | 125 |
Binary | 11011111 | 10111001 | 11111001 | 1010 | 11010 | 0 | 10 | 100010100 | 1010100 | 1010101 |
Color Harmonies of #DFB9F9
Complementary color
Monochromatic Colors of #DFB9F9
Black with #DFB9F9
Text Example
Text Example
White with #DFB9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9F9; }
p { color: rgb(223,185,249); }
H1.HeaderClassName
{
color: #DFB9F9;
}
.AnyTagClassName
{
color: #DFB9F9;
}
</style>
background-color css
<style>
a { background-color: #DFB9F9; }
a { background-color: rgb(223,185,249); }
div.DivClassName
{
background-color: #DFB9F9;
}
.BgClassName
{
background-color: #DFB9F9;
}
</style>
border-color css
<style>
span { border-color: #DFB9F9; }
span { border-color: rgb(223,185,249); }
td.TdClassName
{
border-color: #DFB9F9;
}
.TagClassName
{
border-color: #DFB9F9;
}
</style>