Shades of Mauve #DFB0F0
Tints of Mauve #DFB0F0
RGB
CMYK
RGB Variations
Color information
#DFB0F0 (or 0xDFB0F0) is known color: Mauve. HEX triplet: DF, B0 and F0. RGB value is (223,176,240). Sum of RGB (Red+Green+Blue) = 223+176+240=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFB0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0F0 is #204F0F. Grayscale: #C5C5C5. Windows color (decimal): -2117392 or 15773919. OLE color: 15773919.
HSL color Cylindrical-coordinate representation of color #DFB0F0: hue angle of 284.06º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFB0F0 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 176 | 240 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.06 |
| HSL | 284.06º | 0.68% | 0.82% | - |
| HSV(B) | 284.06º | 0.27% | 0.94% | - |
| XYZ | 61.68 | 53.03 | 89.42 | - |
| YUV | 197.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 240 | 0.07 | 0.27 | 0 | 0.06 | 284.06 | 0.68 | 0.82 |
| Hex | DF | B0 | F0 | 7 | 1B | 0 | 6 | 11C | 44 | 52 |
| Octal | 337 | 260 | 360 | 7 | 33 | 0 | 6 | 434 | 104 | 122 |
| Binary | 11011111 | 10110000 | 11110000 | 111 | 11011 | 0 | 110 | 100011100 | 1000100 | 1010010 |
Color Harmonies of #DFB0F0
Complementary color
Monochromatic Colors of #DFB0F0
Black with #DFB0F0
Text Example
Text Example
White with #DFB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0F0; }
p { color: rgb(223,176,240); }
H1.HeaderClassName
{
color: #DFB0F0;
}
.AnyTagClassName
{
color: #DFB0F0;
}
</style>
background-color css
<style>
a { background-color: #DFB0F0; }
a { background-color: rgb(223,176,240); }
div.DivClassName
{
background-color: #DFB0F0;
}
.BgClassName
{
background-color: #DFB0F0;
}
</style>
border-color css
<style>
span { border-color: #DFB0F0; }
span { border-color: rgb(223,176,240); }
td.TdClassName
{
border-color: #DFB0F0;
}
.TagClassName
{
border-color: #DFB0F0;
}
</style>