Shades of Mauve #DFB3F0
Tints of Mauve #DFB3F0
RGB
CMYK
RGB Variations
Color information
#DFB3F0 (or 0xDFB3F0) is known color: Mauve. HEX triplet: DF, B3 and F0. RGB value is (223,179,240). Sum of RGB (Red+Green+Blue) = 223+179+240=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 179 (70.31% from 255 or 27.88% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFB3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3F0 is #204C0F. Grayscale: #C6C6C6. Windows color (decimal): -2116624 or 15774687. OLE color: 15774687.
HSL color Cylindrical-coordinate representation of color #DFB3F0: hue angle of 283.28º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB3F0 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 179 | 240 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.06 |
| HSL | 283.28º | 0.67% | 0.82% | - |
| HSV(B) | 283.28º | 0.25% | 0.94% | - |
| XYZ | 62.28 | 54.22 | 89.62 | - |
| YUV | 199.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 240 | 0.07 | 0.25 | 0 | 0.06 | 283.28 | 0.67 | 0.82 |
| Hex | DF | B3 | F0 | 7 | 19 | 0 | 6 | 11B | 43 | 52 |
| Octal | 337 | 263 | 360 | 7 | 31 | 0 | 6 | 433 | 103 | 122 |
| Binary | 11011111 | 10110011 | 11110000 | 111 | 11001 | 0 | 110 | 100011011 | 1000011 | 1010010 |
Color Harmonies of #DFB3F0
Complementary color
Monochromatic Colors of #DFB3F0
Black with #DFB3F0
Text Example
Text Example
White with #DFB3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3F0; }
p { color: rgb(223,179,240); }
H1.HeaderClassName
{
color: #DFB3F0;
}
.AnyTagClassName
{
color: #DFB3F0;
}
</style>
background-color css
<style>
a { background-color: #DFB3F0; }
a { background-color: rgb(223,179,240); }
div.DivClassName
{
background-color: #DFB3F0;
}
.BgClassName
{
background-color: #DFB3F0;
}
</style>
border-color css
<style>
span { border-color: #DFB3F0; }
span { border-color: rgb(223,179,240); }
td.TdClassName
{
border-color: #DFB3F0;
}
.TagClassName
{
border-color: #DFB3F0;
}
</style>