Shades of Mauve #DFB2F1
Tints of Mauve #DFB2F1
RGB
CMYK
RGB Variations
Color information
#DFB2F1 (or 0xDFB2F1) is known color: Mauve. HEX triplet: DF, B2 and F1. RGB value is (223,178,241). Sum of RGB (Red+Green+Blue) = 223+178+241=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFB2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2F1 is #204D0E. Grayscale: #C6C6C6. Windows color (decimal): -2116879 or 15839967. OLE color: 15839967.
HSL color Cylindrical-coordinate representation of color #DFB2F1: hue angle of 282.86º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB2F1 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 178 | 241 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.05 |
| HSL | 282.86º | 0.69% | 0.82% | - |
| HSV(B) | 282.86º | 0.26% | 0.95% | - |
| XYZ | 62.23 | 53.88 | 90.34 | - |
| YUV | 198.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 241 | 0.07 | 0.26 | 0 | 0.05 | 282.86 | 0.69 | 0.82 |
| Hex | DF | B2 | F1 | 7 | 1A | 0 | 5 | 11B | 45 | 52 |
| Octal | 337 | 262 | 361 | 7 | 32 | 0 | 5 | 433 | 105 | 122 |
| Binary | 11011111 | 10110010 | 11110001 | 111 | 11010 | 0 | 101 | 100011011 | 1000101 | 1010010 |
Color Harmonies of #DFB2F1
Complementary color
Monochromatic Colors of #DFB2F1
Black with #DFB2F1
Text Example
Text Example
White with #DFB2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2F1; }
p { color: rgb(223,178,241); }
H1.HeaderClassName
{
color: #DFB2F1;
}
.AnyTagClassName
{
color: #DFB2F1;
}
</style>
background-color css
<style>
a { background-color: #DFB2F1; }
a { background-color: rgb(223,178,241); }
div.DivClassName
{
background-color: #DFB2F1;
}
.BgClassName
{
background-color: #DFB2F1;
}
</style>
border-color css
<style>
span { border-color: #DFB2F1; }
span { border-color: rgb(223,178,241); }
td.TdClassName
{
border-color: #DFB2F1;
}
.TagClassName
{
border-color: #DFB2F1;
}
</style>