Shades of Mauve #DFB1F9
Tints of Mauve #DFB1F9
RGB
CMYK
RGB Variations
Color information
#DFB1F9 (or 0xDFB1F9) is known color: Mauve. HEX triplet: DF, B1 and F9. RGB value is (223,177,249). Sum of RGB (Red+Green+Blue) = 223+177+249=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFB1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1F9 is #204E06. Grayscale: #C6C6C6. Windows color (decimal): -2117127 or 16363999. OLE color: 16363999.
HSL color Cylindrical-coordinate representation of color #DFB1F9: hue angle of 278.33º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB1F9 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 177 | 249 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.02 |
| HSL | 278.33º | 0.86% | 0.84% | - |
| HSV(B) | 278.33º | 0.29% | 0.98% | - |
| XYZ | 63.25 | 53.97 | 96.71 | - |
| YUV | 198.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 249 | 0.10 | 0.29 | 0 | 0.02 | 278.33 | 0.86 | 0.84 |
| Hex | DF | B1 | F9 | A | 1D | 0 | 2 | 116 | 56 | 54 |
| Octal | 337 | 261 | 371 | 12 | 35 | 0 | 2 | 426 | 126 | 124 |
| Binary | 11011111 | 10110001 | 11111001 | 1010 | 11101 | 0 | 10 | 100010110 | 1010110 | 1010100 |
Color Harmonies of #DFB1F9
Complementary color
Monochromatic Colors of #DFB1F9
Black with #DFB1F9
Text Example
Text Example
White with #DFB1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1F9; }
p { color: rgb(223,177,249); }
H1.HeaderClassName
{
color: #DFB1F9;
}
.AnyTagClassName
{
color: #DFB1F9;
}
</style>
background-color css
<style>
a { background-color: #DFB1F9; }
a { background-color: rgb(223,177,249); }
div.DivClassName
{
background-color: #DFB1F9;
}
.BgClassName
{
background-color: #DFB1F9;
}
</style>
border-color css
<style>
span { border-color: #DFB1F9; }
span { border-color: rgb(223,177,249); }
td.TdClassName
{
border-color: #DFB1F9;
}
.TagClassName
{
border-color: #DFB1F9;
}
</style>