Shades of Mauve #DFB0F3
Tints of Mauve #DFB0F3
RGB
CMYK
RGB Variations
Color information
#DFB0F3 (or 0xDFB0F3) is known color: Mauve. HEX triplet: DF, B0 and F3. RGB value is (223,176,243). Sum of RGB (Red+Green+Blue) = 223+176+243=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFB0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0F3 is #204F0C. Grayscale: #C5C5C5. Windows color (decimal): -2117389 or 15970527. OLE color: 15970527.
HSL color Cylindrical-coordinate representation of color #DFB0F3: hue angle of 282.09º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB0F3 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 176 | 243 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.05 |
| HSL | 282.09º | 0.74% | 0.82% | - |
| HSV(B) | 282.09º | 0.28% | 0.95% | - |
| XYZ | 62.13 | 53.21 | 91.79 | - |
| YUV | 197.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 243 | 0.08 | 0.28 | 0 | 0.05 | 282.09 | 0.74 | 0.82 |
| Hex | DF | B0 | F3 | 8 | 1C | 0 | 5 | 11A | 4A | 52 |
| Octal | 337 | 260 | 363 | 10 | 34 | 0 | 5 | 432 | 112 | 122 |
| Binary | 11011111 | 10110000 | 11110011 | 1000 | 11100 | 0 | 101 | 100011010 | 1001010 | 1010010 |
Color Harmonies of #DFB0F3
Complementary color
Monochromatic Colors of #DFB0F3
Black with #DFB0F3
Text Example
Text Example
White with #DFB0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0F3; }
p { color: rgb(223,176,243); }
H1.HeaderClassName
{
color: #DFB0F3;
}
.AnyTagClassName
{
color: #DFB0F3;
}
</style>
background-color css
<style>
a { background-color: #DFB0F3; }
a { background-color: rgb(223,176,243); }
div.DivClassName
{
background-color: #DFB0F3;
}
.BgClassName
{
background-color: #DFB0F3;
}
</style>
border-color css
<style>
span { border-color: #DFB0F3; }
span { border-color: rgb(223,176,243); }
td.TdClassName
{
border-color: #DFB0F3;
}
.TagClassName
{
border-color: #DFB0F3;
}
</style>