Shades of Mauve #DFB7EF
Tints of Mauve #DFB7EF
RGB
CMYK
RGB Variations
Color information
#DFB7EF (or 0xDFB7EF) is known color: Mauve. HEX triplet: DF, B7 and EF. RGB value is (223,183,239). Sum of RGB (Red+Green+Blue) = 223+183+239=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7EF is #204810. Grayscale: #C9C9C9. Windows color (decimal): -2115601 or 15710175. OLE color: 15710175.
HSL color Cylindrical-coordinate representation of color #DFB7EF: hue angle of 282.86º degrees, saturation: 0.64, 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 #DFB7EF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 183 | 239 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.06 |
| HSL | 282.86º | 0.64% | 0.83% | - |
| HSV(B) | 282.86º | 0.23% | 0.94% | - |
| XYZ | 62.94 | 55.79 | 89.11 | - |
| YUV | 201.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 239 | 0.07 | 0.23 | 0 | 0.06 | 282.86 | 0.64 | 0.83 |
| Hex | DF | B7 | EF | 7 | 17 | 0 | 6 | 11B | 40 | 53 |
| Octal | 337 | 267 | 357 | 7 | 27 | 0 | 6 | 433 | 100 | 123 |
| Binary | 11011111 | 10110111 | 11101111 | 111 | 10111 | 0 | 110 | 100011011 | 1000000 | 1010011 |
Color Harmonies of #DFB7EF
Complementary color
Monochromatic Colors of #DFB7EF
Black with #DFB7EF
Text Example
Text Example
White with #DFB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7EF; }
p { color: rgb(223,183,239); }
H1.HeaderClassName
{
color: #DFB7EF;
}
.AnyTagClassName
{
color: #DFB7EF;
}
</style>
background-color css
<style>
a { background-color: #DFB7EF; }
a { background-color: rgb(223,183,239); }
div.DivClassName
{
background-color: #DFB7EF;
}
.BgClassName
{
background-color: #DFB7EF;
}
</style>
border-color css
<style>
span { border-color: #DFB7EF; }
span { border-color: rgb(223,183,239); }
td.TdClassName
{
border-color: #DFB7EF;
}
.TagClassName
{
border-color: #DFB7EF;
}
</style>