Shades of Mauve #DFB8F1
Tints of Mauve #DFB8F1
RGB
CMYK
RGB Variations
Color information
#DFB8F1 (or 0xDFB8F1) is known color: Mauve. HEX triplet: DF, B8 and F1. RGB value is (223,184,241). Sum of RGB (Red+Green+Blue) = 223+184+241=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 184 (72.27% from 255 or 28.40% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFB8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB8F1 is #20470E. Grayscale: #C9C9C9. Windows color (decimal): -2115343 or 15841503. OLE color: 15841503.
HSL color Cylindrical-coordinate representation of color #DFB8F1: hue angle of 281.05º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB8F1 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 184 | 241 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.05 |
| HSL | 281.05º | 0.67% | 0.83% | - |
| HSV(B) | 281.05º | 0.24% | 0.95% | - |
| XYZ | 63.45 | 56.32 | 90.75 | - |
| YUV | 202.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 241 | 0.07 | 0.24 | 0 | 0.05 | 281.05 | 0.67 | 0.83 |
| Hex | DF | B8 | F1 | 7 | 18 | 0 | 5 | 119 | 43 | 53 |
| Octal | 337 | 270 | 361 | 7 | 30 | 0 | 5 | 431 | 103 | 123 |
| Binary | 11011111 | 10111000 | 11110001 | 111 | 11000 | 0 | 101 | 100011001 | 1000011 | 1010011 |
Color Harmonies of #DFB8F1
Complementary color
Monochromatic Colors of #DFB8F1
Black with #DFB8F1
Text Example
Text Example
White with #DFB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8F1; }
p { color: rgb(223,184,241); }
H1.HeaderClassName
{
color: #DFB8F1;
}
.AnyTagClassName
{
color: #DFB8F1;
}
</style>
background-color css
<style>
a { background-color: #DFB8F1; }
a { background-color: rgb(223,184,241); }
div.DivClassName
{
background-color: #DFB8F1;
}
.BgClassName
{
background-color: #DFB8F1;
}
</style>
border-color css
<style>
span { border-color: #DFB8F1; }
span { border-color: rgb(223,184,241); }
td.TdClassName
{
border-color: #DFB8F1;
}
.TagClassName
{
border-color: #DFB8F1;
}
</style>