Shades of Mauve #DFB5F0
Tints of Mauve #DFB5F0
RGB
CMYK
RGB Variations
Color information
#DFB5F0 (or 0xDFB5F0) is known color: Mauve. HEX triplet: DF, B5 and F0. RGB value is (223,181,240). Sum of RGB (Red+Green+Blue) = 223+181+240=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFB5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB5F0 is #204A0F. Grayscale: #C8C8C8. Windows color (decimal): -2116112 or 15775199. OLE color: 15775199.
HSL color Cylindrical-coordinate representation of color #DFB5F0: hue angle of 282.71º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB5F0 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 181 | 240 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.06 |
| HSL | 282.71º | 0.66% | 0.83% | - |
| HSV(B) | 282.71º | 0.25% | 0.94% | - |
| XYZ | 62.68 | 55.03 | 89.76 | - |
| YUV | 200.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 240 | 0.07 | 0.25 | 0 | 0.06 | 282.71 | 0.66 | 0.83 |
| Hex | DF | B5 | F0 | 7 | 19 | 0 | 6 | 11B | 42 | 53 |
| Octal | 337 | 265 | 360 | 7 | 31 | 0 | 6 | 433 | 102 | 123 |
| Binary | 11011111 | 10110101 | 11110000 | 111 | 11001 | 0 | 110 | 100011011 | 1000010 | 1010011 |
Color Harmonies of #DFB5F0
Complementary color
Monochromatic Colors of #DFB5F0
Black with #DFB5F0
Text Example
Text Example
White with #DFB5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5F0; }
p { color: rgb(223,181,240); }
H1.HeaderClassName
{
color: #DFB5F0;
}
.AnyTagClassName
{
color: #DFB5F0;
}
</style>
background-color css
<style>
a { background-color: #DFB5F0; }
a { background-color: rgb(223,181,240); }
div.DivClassName
{
background-color: #DFB5F0;
}
.BgClassName
{
background-color: #DFB5F0;
}
</style>
border-color css
<style>
span { border-color: #DFB5F0; }
span { border-color: rgb(223,181,240); }
td.TdClassName
{
border-color: #DFB5F0;
}
.TagClassName
{
border-color: #DFB5F0;
}
</style>