Shades of Mauve #DFB4F0
Tints of Mauve #DFB4F0
RGB
CMYK
RGB Variations
Color information
#DFB4F0 (or 0xDFB4F0) is known color: Mauve. HEX triplet: DF, B4 and F0. RGB value is (223,180,240). Sum of RGB (Red+Green+Blue) = 223+180+240=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFB4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4F0 is #204B0F. Grayscale: #C7C7C7. Windows color (decimal): -2116368 or 15774943. OLE color: 15774943.
HSL color Cylindrical-coordinate representation of color #DFB4F0: hue angle of 283º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB4F0 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 180 | 240 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.06 |
| HSL | 283º | 0.67% | 0.82% | - |
| HSV(B) | 283º | 0.25% | 0.94% | - |
| XYZ | 62.48 | 54.62 | 89.69 | - |
| YUV | 199.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 240 | 0.07 | 0.25 | 0 | 0.06 | 283 | 0.67 | 0.82 |
| Hex | DF | B4 | F0 | 7 | 19 | 0 | 6 | 11B | 43 | 52 |
| Octal | 337 | 264 | 360 | 7 | 31 | 0 | 6 | 433 | 103 | 122 |
| Binary | 11011111 | 10110100 | 11110000 | 111 | 11001 | 0 | 110 | 100011011 | 1000011 | 1010010 |
Color Harmonies of #DFB4F0
Complementary color
Monochromatic Colors of #DFB4F0
Black with #DFB4F0
Text Example
Text Example
White with #DFB4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4F0; }
p { color: rgb(223,180,240); }
H1.HeaderClassName
{
color: #DFB4F0;
}
.AnyTagClassName
{
color: #DFB4F0;
}
</style>
background-color css
<style>
a { background-color: #DFB4F0; }
a { background-color: rgb(223,180,240); }
div.DivClassName
{
background-color: #DFB4F0;
}
.BgClassName
{
background-color: #DFB4F0;
}
</style>
border-color css
<style>
span { border-color: #DFB4F0; }
span { border-color: rgb(223,180,240); }
td.TdClassName
{
border-color: #DFB4F0;
}
.TagClassName
{
border-color: #DFB4F0;
}
</style>