Shades of Mauve #DFB0FC
Tints of Mauve #DFB0FC
RGB
CMYK
RGB Variations
Color information
#DFB0FC (or 0xDFB0FC) is known color: Mauve. HEX triplet: DF, B0 and FC. RGB value is (223,176,252). Sum of RGB (Red+Green+Blue) = 223+176+252=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0FC is #204F03. Grayscale: #C6C6C6. Windows color (decimal): -2117380 or 16560351. OLE color: 16560351.
HSL color Cylindrical-coordinate representation of color #DFB0FC: hue angle of 277.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB0FC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 176 | 252 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.01 |
| HSL | 277.11º | 0.93% | 0.84% | - |
| HSV(B) | 277.11º | 0.3% | 0.99% | - |
| XYZ | 63.53 | 53.77 | 99.13 | - |
| YUV | 198.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 252 | 0.12 | 0.30 | 0 | 0.01 | 277.11 | 0.93 | 0.84 |
| Hex | DF | B0 | FC | C | 1E | 0 | 1 | 115 | 5D | 54 |
| Octal | 337 | 260 | 374 | 14 | 36 | 0 | 1 | 425 | 135 | 124 |
| Binary | 11011111 | 10110000 | 11111100 | 1100 | 11110 | 0 | 1 | 100010101 | 1011101 | 1010100 |
Color Harmonies of #DFB0FC
Complementary color
Monochromatic Colors of #DFB0FC
Black with #DFB0FC
Text Example
Text Example
White with #DFB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0FC; }
p { color: rgb(223,176,252); }
H1.HeaderClassName
{
color: #DFB0FC;
}
.AnyTagClassName
{
color: #DFB0FC;
}
</style>
background-color css
<style>
a { background-color: #DFB0FC; }
a { background-color: rgb(223,176,252); }
div.DivClassName
{
background-color: #DFB0FC;
}
.BgClassName
{
background-color: #DFB0FC;
}
</style>
border-color css
<style>
span { border-color: #DFB0FC; }
span { border-color: rgb(223,176,252); }
td.TdClassName
{
border-color: #DFB0FC;
}
.TagClassName
{
border-color: #DFB0FC;
}
</style>