Shades of Mauve #DFBAFF
Tints of Mauve #DFBAFF
RGB
CMYK
RGB Variations
Color information
#DFBAFF (or 0xDFBAFF) is known color: Mauve. HEX triplet: DF, BA and FF. RGB value is (223,186,255). Sum of RGB (Red+Green+Blue) = 223+186+255=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAFF is #204500. Grayscale: #CCCCCC. Windows color (decimal): -2114817 or 16759519. OLE color: 16759519.
HSL color Cylindrical-coordinate representation of color #DFBAFF: hue angle of 272.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFBAFF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 186 | 255 | - |
| CMYK | 0.13 | 0.27 | 0 | 0 |
| HSL | 272.17º | 1% | 0.86% | - |
| HSV(B) | 272.17º | 0.27% | 1% | - |
| XYZ | 66.04 | 58.03 | 102.33 | - |
| YUV | 204.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 255 | 0.13 | 0.27 | 0 | 0 | 272.17 | 1 | 0.86 |
| Hex | DF | BA | FF | D | 1B | 0 | 0 | 110 | 64 | 56 |
| Octal | 337 | 272 | 377 | 15 | 33 | 0 | 0 | 420 | 144 | 126 |
| Binary | 11011111 | 10111010 | 11111111 | 1101 | 11011 | 0 | 0 | 100010000 | 1100100 | 1010110 |
Color Harmonies of #DFBAFF
Complementary color
Monochromatic Colors of #DFBAFF
Black with #DFBAFF
Text Example
Text Example
White with #DFBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAFF; }
p { color: rgb(223,186,255); }
H1.HeaderClassName
{
color: #DFBAFF;
}
.AnyTagClassName
{
color: #DFBAFF;
}
</style>
background-color css
<style>
a { background-color: #DFBAFF; }
a { background-color: rgb(223,186,255); }
div.DivClassName
{
background-color: #DFBAFF;
}
.BgClassName
{
background-color: #DFBAFF;
}
</style>
border-color css
<style>
span { border-color: #DFBAFF; }
span { border-color: rgb(223,186,255); }
td.TdClassName
{
border-color: #DFBAFF;
}
.TagClassName
{
border-color: #DFBAFF;
}
</style>