Shades of Mauve #DFB0F7
Tints of Mauve #DFB0F7
RGB
CMYK
RGB Variations
Color information
#DFB0F7 (or 0xDFB0F7) is known color: Mauve. HEX triplet: DF, B0 and F7. RGB value is (223,176,247). Sum of RGB (Red+Green+Blue) = 223+176+247=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFB0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0F7 is #204F08. Grayscale: #C5C5C5. Windows color (decimal): -2117385 or 16232671. OLE color: 16232671.
HSL color Cylindrical-coordinate representation of color #DFB0F7: hue angle of 279.72º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB0F7 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 176 | 247 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.03 |
| HSL | 279.72º | 0.82% | 0.83% | - |
| HSV(B) | 279.72º | 0.29% | 0.97% | - |
| XYZ | 62.75 | 53.45 | 95.01 | - |
| YUV | 198.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 247 | 0.10 | 0.29 | 0 | 0.03 | 279.72 | 0.82 | 0.83 |
| Hex | DF | B0 | F7 | A | 1D | 0 | 3 | 118 | 52 | 53 |
| Octal | 337 | 260 | 367 | 12 | 35 | 0 | 3 | 430 | 122 | 123 |
| Binary | 11011111 | 10110000 | 11110111 | 1010 | 11101 | 0 | 11 | 100011000 | 1010010 | 1010011 |
Color Harmonies of #DFB0F7
Complementary color
Monochromatic Colors of #DFB0F7
Black with #DFB0F7
Text Example
Text Example
White with #DFB0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0F7; }
p { color: rgb(223,176,247); }
H1.HeaderClassName
{
color: #DFB0F7;
}
.AnyTagClassName
{
color: #DFB0F7;
}
</style>
background-color css
<style>
a { background-color: #DFB0F7; }
a { background-color: rgb(223,176,247); }
div.DivClassName
{
background-color: #DFB0F7;
}
.BgClassName
{
background-color: #DFB0F7;
}
</style>
border-color css
<style>
span { border-color: #DFB0F7; }
span { border-color: rgb(223,176,247); }
td.TdClassName
{
border-color: #DFB0F7;
}
.TagClassName
{
border-color: #DFB0F7;
}
</style>