Shades of Mauve #DFB0F8
Tints of Mauve #DFB0F8
RGB
CMYK
RGB Variations
Color information
#DFB0F8 (or 0xDFB0F8) is known color: Mauve. HEX triplet: DF, B0 and F8. RGB value is (223,176,248). Sum of RGB (Red+Green+Blue) = 223+176+248=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFB0F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0F8 is #204F07. Grayscale: #C6C6C6. Windows color (decimal): -2117384 or 16298207. OLE color: 16298207.
HSL color Cylindrical-coordinate representation of color #DFB0F8: hue angle of 279.17º degrees, saturation: 0.84, 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 #DFB0F8 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 176 | 248 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.03 |
| HSL | 279.17º | 0.84% | 0.83% | - |
| HSV(B) | 279.17º | 0.29% | 0.97% | - |
| XYZ | 62.9 | 53.52 | 95.82 | - |
| YUV | 198.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 248 | 0.10 | 0.29 | 0 | 0.03 | 279.17 | 0.84 | 0.83 |
| Hex | DF | B0 | F8 | A | 1D | 0 | 3 | 117 | 54 | 53 |
| Octal | 337 | 260 | 370 | 12 | 35 | 0 | 3 | 427 | 124 | 123 |
| Binary | 11011111 | 10110000 | 11111000 | 1010 | 11101 | 0 | 11 | 100010111 | 1010100 | 1010011 |
Color Harmonies of #DFB0F8
Complementary color
Monochromatic Colors of #DFB0F8
Black with #DFB0F8
Text Example
Text Example
White with #DFB0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0F8; }
p { color: rgb(223,176,248); }
H1.HeaderClassName
{
color: #DFB0F8;
}
.AnyTagClassName
{
color: #DFB0F8;
}
</style>
background-color css
<style>
a { background-color: #DFB0F8; }
a { background-color: rgb(223,176,248); }
div.DivClassName
{
background-color: #DFB0F8;
}
.BgClassName
{
background-color: #DFB0F8;
}
</style>
border-color css
<style>
span { border-color: #DFB0F8; }
span { border-color: rgb(223,176,248); }
td.TdClassName
{
border-color: #DFB0F8;
}
.TagClassName
{
border-color: #DFB0F8;
}
</style>