Shades of Mauve #DFBAF1
Tints of Mauve #DFBAF1
RGB
CMYK
RGB Variations
Color information
#DFBAF1 (or 0xDFBAF1) is known color: Mauve. HEX triplet: DF, BA and F1. RGB value is (223,186,241). Sum of RGB (Red+Green+Blue) = 223+186+241=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAF1 is #20450E. Grayscale: #CBCBCB. Windows color (decimal): -2114831 or 15842015. OLE color: 15842015.
HSL color Cylindrical-coordinate representation of color #DFBAF1: hue angle of 280.36º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBAF1 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 186 | 241 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.05 |
| HSL | 280.36º | 0.66% | 0.84% | - |
| HSV(B) | 280.36º | 0.23% | 0.95% | - |
| XYZ | 63.87 | 57.16 | 90.89 | - |
| YUV | 203.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 241 | 0.07 | 0.23 | 0 | 0.05 | 280.36 | 0.66 | 0.84 |
| Hex | DF | BA | F1 | 7 | 17 | 0 | 5 | 118 | 42 | 54 |
| Octal | 337 | 272 | 361 | 7 | 27 | 0 | 5 | 430 | 102 | 124 |
| Binary | 11011111 | 10111010 | 11110001 | 111 | 10111 | 0 | 101 | 100011000 | 1000010 | 1010100 |
Color Harmonies of #DFBAF1
Complementary color
Monochromatic Colors of #DFBAF1
Black with #DFBAF1
Text Example
Text Example
White with #DFBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAF1; }
p { color: rgb(223,186,241); }
H1.HeaderClassName
{
color: #DFBAF1;
}
.AnyTagClassName
{
color: #DFBAF1;
}
</style>
background-color css
<style>
a { background-color: #DFBAF1; }
a { background-color: rgb(223,186,241); }
div.DivClassName
{
background-color: #DFBAF1;
}
.BgClassName
{
background-color: #DFBAF1;
}
</style>
border-color css
<style>
span { border-color: #DFBAF1; }
span { border-color: rgb(223,186,241); }
td.TdClassName
{
border-color: #DFBAF1;
}
.TagClassName
{
border-color: #DFBAF1;
}
</style>