Shades of Mauve #DFB9FB
Tints of Mauve #DFB9FB
RGB
CMYK
RGB Variations
Color information
#DFB9FB (or 0xDFB9FB) is known color: Mauve. HEX triplet: DF, B9 and FB. RGB value is (223,185,251). Sum of RGB (Red+Green+Blue) = 223+185+251=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9FB is #204604. Grayscale: #CBCBCB. Windows color (decimal): -2115077 or 16497119. OLE color: 16497119.
HSL color Cylindrical-coordinate representation of color #DFB9FB: hue angle of 274.55º degrees, saturation: 0.89, 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 #DFB9FB is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 185 | 251 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.02 |
| HSL | 274.55º | 0.89% | 0.85% | - |
| HSV(B) | 274.55º | 0.26% | 0.98% | - |
| XYZ | 65.19 | 57.35 | 98.9 | - |
| YUV | 203.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 251 | 0.11 | 0.26 | 0 | 0.02 | 274.55 | 0.89 | 0.85 |
| Hex | DF | B9 | FB | B | 1A | 0 | 2 | 113 | 59 | 55 |
| Octal | 337 | 271 | 373 | 13 | 32 | 0 | 2 | 423 | 131 | 125 |
| Binary | 11011111 | 10111001 | 11111011 | 1011 | 11010 | 0 | 10 | 100010011 | 1011001 | 1010101 |
Color Harmonies of #DFB9FB
Complementary color
Monochromatic Colors of #DFB9FB
Black with #DFB9FB
Text Example
Text Example
White with #DFB9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9FB; }
p { color: rgb(223,185,251); }
H1.HeaderClassName
{
color: #DFB9FB;
}
.AnyTagClassName
{
color: #DFB9FB;
}
</style>
background-color css
<style>
a { background-color: #DFB9FB; }
a { background-color: rgb(223,185,251); }
div.DivClassName
{
background-color: #DFB9FB;
}
.BgClassName
{
background-color: #DFB9FB;
}
</style>
border-color css
<style>
span { border-color: #DFB9FB; }
span { border-color: rgb(223,185,251); }
td.TdClassName
{
border-color: #DFB9FB;
}
.TagClassName
{
border-color: #DFB9FB;
}
</style>