Shades of Mauve #DFC0FB
Tints of Mauve #DFC0FB
RGB
CMYK
RGB Variations
Color information
#DFC0FB (or 0xDFC0FB) is known color: Mauve. HEX triplet: DF, C0 and FB. RGB value is (223,192,251). Sum of RGB (Red+Green+Blue) = 223+192+251=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0FB is #203F04. Grayscale: #CFCFCF. Windows color (decimal): -2113285 or 16498911. OLE color: 16498911.
HSL color Cylindrical-coordinate representation of color #DFC0FB: hue angle of 271.53º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC0FB is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 192 | 251 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.02 |
| HSL | 271.53º | 0.88% | 0.87% | - |
| HSV(B) | 271.53º | 0.24% | 0.98% | - |
| XYZ | 66.69 | 60.35 | 99.4 | - |
| YUV | 208 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 251 | 0.11 | 0.24 | 0 | 0.02 | 271.53 | 0.88 | 0.87 |
| Hex | DF | C0 | FB | B | 18 | 0 | 2 | 110 | 58 | 57 |
| Octal | 337 | 300 | 373 | 13 | 30 | 0 | 2 | 420 | 130 | 127 |
| Binary | 11011111 | 11000000 | 11111011 | 1011 | 11000 | 0 | 10 | 100010000 | 1011000 | 1010111 |
Color Harmonies of #DFC0FB
Complementary color
Monochromatic Colors of #DFC0FB
Black with #DFC0FB
Text Example
Text Example
White with #DFC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0FB; }
p { color: rgb(223,192,251); }
H1.HeaderClassName
{
color: #DFC0FB;
}
.AnyTagClassName
{
color: #DFC0FB;
}
</style>
background-color css
<style>
a { background-color: #DFC0FB; }
a { background-color: rgb(223,192,251); }
div.DivClassName
{
background-color: #DFC0FB;
}
.BgClassName
{
background-color: #DFC0FB;
}
</style>
border-color css
<style>
span { border-color: #DFC0FB; }
span { border-color: rgb(223,192,251); }
td.TdClassName
{
border-color: #DFC0FB;
}
.TagClassName
{
border-color: #DFC0FB;
}
</style>