Shades of Mauve #DFB7EC
Tints of Mauve #DFB7EC
RGB
CMYK
RGB Variations
Color information
#DFB7EC (or 0xDFB7EC) is known color: Mauve. HEX triplet: DF, B7 and EC. RGB value is (223,183,236). Sum of RGB (Red+Green+Blue) = 223+183+236=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7EC is #204813. Grayscale: #C8C8C8. Windows color (decimal): -2115604 or 15513567. OLE color: 15513567.
HSL color Cylindrical-coordinate representation of color #DFB7EC: hue angle of 285.28º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB7EC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 183 | 236 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.07 |
| HSL | 285.28º | 0.58% | 0.82% | - |
| HSV(B) | 285.28º | 0.22% | 0.93% | - |
| XYZ | 62.51 | 55.61 | 86.8 | - |
| YUV | 201 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 236 | 0.06 | 0.22 | 0 | 0.07 | 285.28 | 0.58 | 0.82 |
| Hex | DF | B7 | EC | 6 | 16 | 0 | 7 | 11D | 3A | 52 |
| Octal | 337 | 267 | 354 | 6 | 26 | 0 | 7 | 435 | 72 | 122 |
| Binary | 11011111 | 10110111 | 11101100 | 110 | 10110 | 0 | 111 | 100011101 | 111010 | 1010010 |
Color Harmonies of #DFB7EC
Complementary color
Monochromatic Colors of #DFB7EC
Black with #DFB7EC
Text Example
Text Example
White with #DFB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7EC; }
p { color: rgb(223,183,236); }
H1.HeaderClassName
{
color: #DFB7EC;
}
.AnyTagClassName
{
color: #DFB7EC;
}
</style>
background-color css
<style>
a { background-color: #DFB7EC; }
a { background-color: rgb(223,183,236); }
div.DivClassName
{
background-color: #DFB7EC;
}
.BgClassName
{
background-color: #DFB7EC;
}
</style>
border-color css
<style>
span { border-color: #DFB7EC; }
span { border-color: rgb(223,183,236); }
td.TdClassName
{
border-color: #DFB7EC;
}
.TagClassName
{
border-color: #DFB7EC;
}
</style>