Shades of Mauve #DFB7FD
Tints of Mauve #DFB7FD
RGB
CMYK
RGB Variations
Color information
#DFB7FD (or 0xDFB7FD) is known color: Mauve. HEX triplet: DF, B7 and FD. RGB value is (223,183,253). Sum of RGB (Red+Green+Blue) = 223+183+253=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 183 (71.88% from 255 or 27.77% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFB7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7FD is #204802. Grayscale: #CACACA. Windows color (decimal): -2115587 or 16627679. OLE color: 16627679.
HSL color Cylindrical-coordinate representation of color #DFB7FD: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB7FD is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 183 | 253 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.01 |
| HSL | 274.29º | 0.95% | 0.85% | - |
| HSV(B) | 274.29º | 0.28% | 0.99% | - |
| XYZ | 65.09 | 56.65 | 100.43 | - |
| YUV | 202.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 253 | 0.12 | 0.28 | 0 | 0.01 | 274.29 | 0.95 | 0.85 |
| Hex | DF | B7 | FD | C | 1C | 0 | 1 | 112 | 5F | 55 |
| Octal | 337 | 267 | 375 | 14 | 34 | 0 | 1 | 422 | 137 | 125 |
| Binary | 11011111 | 10110111 | 11111101 | 1100 | 11100 | 0 | 1 | 100010010 | 1011111 | 1010101 |
Color Harmonies of #DFB7FD
Complementary color
Monochromatic Colors of #DFB7FD
Black with #DFB7FD
Text Example
Text Example
White with #DFB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7FD; }
p { color: rgb(223,183,253); }
H1.HeaderClassName
{
color: #DFB7FD;
}
.AnyTagClassName
{
color: #DFB7FD;
}
</style>
background-color css
<style>
a { background-color: #DFB7FD; }
a { background-color: rgb(223,183,253); }
div.DivClassName
{
background-color: #DFB7FD;
}
.BgClassName
{
background-color: #DFB7FD;
}
</style>
border-color css
<style>
span { border-color: #DFB7FD; }
span { border-color: rgb(223,183,253); }
td.TdClassName
{
border-color: #DFB7FD;
}
.TagClassName
{
border-color: #DFB7FD;
}
</style>