Shades of Mauve #DFB7FC
Tints of Mauve #DFB7FC
RGB
CMYK
RGB Variations
Color information
#DFB7FC (or 0xDFB7FC) is known color: Mauve. HEX triplet: DF, B7 and FC. RGB value is (223,183,252). Sum of RGB (Red+Green+Blue) = 223+183+252=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFB7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7FC is #204803. Grayscale: #CACACA. Windows color (decimal): -2115588 or 16562143. OLE color: 16562143.
HSL color Cylindrical-coordinate representation of color #DFB7FC: hue angle of 274.78º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFB7FC is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 183 | 252 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.01 |
| HSL | 274.78º | 0.92% | 0.85% | - |
| HSV(B) | 274.78º | 0.27% | 0.99% | - |
| XYZ | 64.94 | 56.58 | 99.59 | - |
| YUV | 202.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 252 | 0.12 | 0.27 | 0 | 0.01 | 274.78 | 0.92 | 0.85 |
| Hex | DF | B7 | FC | C | 1B | 0 | 1 | 113 | 5C | 55 |
| Octal | 337 | 267 | 374 | 14 | 33 | 0 | 1 | 423 | 134 | 125 |
| Binary | 11011111 | 10110111 | 11111100 | 1100 | 11011 | 0 | 1 | 100010011 | 1011100 | 1010101 |
Color Harmonies of #DFB7FC
Complementary color
Monochromatic Colors of #DFB7FC
Black with #DFB7FC
Text Example
Text Example
White with #DFB7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7FC; }
p { color: rgb(223,183,252); }
H1.HeaderClassName
{
color: #DFB7FC;
}
.AnyTagClassName
{
color: #DFB7FC;
}
</style>
background-color css
<style>
a { background-color: #DFB7FC; }
a { background-color: rgb(223,183,252); }
div.DivClassName
{
background-color: #DFB7FC;
}
.BgClassName
{
background-color: #DFB7FC;
}
</style>
border-color css
<style>
span { border-color: #DFB7FC; }
span { border-color: rgb(223,183,252); }
td.TdClassName
{
border-color: #DFB7FC;
}
.TagClassName
{
border-color: #DFB7FC;
}
</style>