Shades of Mauve #DFB3FA
Tints of Mauve #DFB3FA
RGB
CMYK
RGB Variations
Color information
#DFB3FA (or 0xDFB3FA) is known color: Mauve. HEX triplet: DF, B3 and FA. RGB value is (223,179,250). Sum of RGB (Red+Green+Blue) = 223+179+250=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3FA is #204C05. Grayscale: #C8C8C8. Windows color (decimal): -2116614 or 16430047. OLE color: 16430047.
HSL color Cylindrical-coordinate representation of color #DFB3FA: hue angle of 277.18º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB3FA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 179 | 250 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.02 |
| HSL | 277.18º | 0.88% | 0.84% | - |
| HSV(B) | 277.18º | 0.28% | 0.98% | - |
| XYZ | 63.81 | 54.83 | 97.66 | - |
| YUV | 200.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 250 | 0.11 | 0.28 | 0 | 0.02 | 277.18 | 0.88 | 0.84 |
| Hex | DF | B3 | FA | B | 1C | 0 | 2 | 115 | 58 | 54 |
| Octal | 337 | 263 | 372 | 13 | 34 | 0 | 2 | 425 | 130 | 124 |
| Binary | 11011111 | 10110011 | 11111010 | 1011 | 11100 | 0 | 10 | 100010101 | 1011000 | 1010100 |
Color Harmonies of #DFB3FA
Complementary color
Monochromatic Colors of #DFB3FA
Black with #DFB3FA
Text Example
Text Example
White with #DFB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3FA; }
p { color: rgb(223,179,250); }
H1.HeaderClassName
{
color: #DFB3FA;
}
.AnyTagClassName
{
color: #DFB3FA;
}
</style>
background-color css
<style>
a { background-color: #DFB3FA; }
a { background-color: rgb(223,179,250); }
div.DivClassName
{
background-color: #DFB3FA;
}
.BgClassName
{
background-color: #DFB3FA;
}
</style>
border-color css
<style>
span { border-color: #DFB3FA; }
span { border-color: rgb(223,179,250); }
td.TdClassName
{
border-color: #DFB3FA;
}
.TagClassName
{
border-color: #DFB3FA;
}
</style>