Shades of Mauve #DFB8F0
Tints of Mauve #DFB8F0
RGB
CMYK
RGB Variations
Color information
#DFB8F0 (or 0xDFB8F0) is known color: Mauve. HEX triplet: DF, B8 and F0. RGB value is (223,184,240). Sum of RGB (Red+Green+Blue) = 223+184+240=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFB8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB8F0 is #20470F. Grayscale: #C9C9C9. Windows color (decimal): -2115344 or 15775967. OLE color: 15775967.
HSL color Cylindrical-coordinate representation of color #DFB8F0: hue angle of 281.79º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB8F0 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 184 | 240 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.06 |
| HSL | 281.79º | 0.65% | 0.83% | - |
| HSV(B) | 281.79º | 0.23% | 0.94% | - |
| XYZ | 63.3 | 56.26 | 89.96 | - |
| YUV | 202.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 240 | 0.07 | 0.23 | 0 | 0.06 | 281.79 | 0.65 | 0.83 |
| Hex | DF | B8 | F0 | 7 | 17 | 0 | 6 | 11A | 41 | 53 |
| Octal | 337 | 270 | 360 | 7 | 27 | 0 | 6 | 432 | 101 | 123 |
| Binary | 11011111 | 10111000 | 11110000 | 111 | 10111 | 0 | 110 | 100011010 | 1000001 | 1010011 |
Color Harmonies of #DFB8F0
Complementary color
Monochromatic Colors of #DFB8F0
Black with #DFB8F0
Text Example
Text Example
White with #DFB8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8F0; }
p { color: rgb(223,184,240); }
H1.HeaderClassName
{
color: #DFB8F0;
}
.AnyTagClassName
{
color: #DFB8F0;
}
</style>
background-color css
<style>
a { background-color: #DFB8F0; }
a { background-color: rgb(223,184,240); }
div.DivClassName
{
background-color: #DFB8F0;
}
.BgClassName
{
background-color: #DFB8F0;
}
</style>
border-color css
<style>
span { border-color: #DFB8F0; }
span { border-color: rgb(223,184,240); }
td.TdClassName
{
border-color: #DFB8F0;
}
.TagClassName
{
border-color: #DFB8F0;
}
</style>