Shades of Mauve #DFB9F3
Tints of Mauve #DFB9F3
RGB
CMYK
RGB Variations
Color information
#DFB9F3 (or 0xDFB9F3) is known color: Mauve. HEX triplet: DF, B9 and F3. RGB value is (223,185,243). Sum of RGB (Red+Green+Blue) = 223+185+243=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 185 (72.66% from 255 or 28.42% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFB9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9F3 is #20460C. Grayscale: #CACACA. Windows color (decimal): -2115085 or 15972831. OLE color: 15972831.
HSL color Cylindrical-coordinate representation of color #DFB9F3: hue angle of 279.31º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB9F3 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 185 | 243 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.05 |
| HSL | 279.31º | 0.71% | 0.84% | - |
| HSV(B) | 279.31º | 0.24% | 0.95% | - |
| XYZ | 63.96 | 56.86 | 92.4 | - |
| YUV | 202.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 243 | 0.08 | 0.24 | 0 | 0.05 | 279.31 | 0.71 | 0.84 |
| Hex | DF | B9 | F3 | 8 | 18 | 0 | 5 | 117 | 47 | 54 |
| Octal | 337 | 271 | 363 | 10 | 30 | 0 | 5 | 427 | 107 | 124 |
| Binary | 11011111 | 10111001 | 11110011 | 1000 | 11000 | 0 | 101 | 100010111 | 1000111 | 1010100 |
Color Harmonies of #DFB9F3
Complementary color
Monochromatic Colors of #DFB9F3
Black with #DFB9F3
Text Example
Text Example
White with #DFB9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9F3; }
p { color: rgb(223,185,243); }
H1.HeaderClassName
{
color: #DFB9F3;
}
.AnyTagClassName
{
color: #DFB9F3;
}
</style>
background-color css
<style>
a { background-color: #DFB9F3; }
a { background-color: rgb(223,185,243); }
div.DivClassName
{
background-color: #DFB9F3;
}
.BgClassName
{
background-color: #DFB9F3;
}
</style>
border-color css
<style>
span { border-color: #DFB9F3; }
span { border-color: rgb(223,185,243); }
td.TdClassName
{
border-color: #DFB9F3;
}
.TagClassName
{
border-color: #DFB9F3;
}
</style>