Shades of Mauve #DFB3EC
Tints of Mauve #DFB3EC
RGB
CMYK
RGB Variations
Color information
#DFB3EC (or 0xDFB3EC) is known color: Mauve. HEX triplet: DF, B3 and EC. RGB value is (223,179,236). Sum of RGB (Red+Green+Blue) = 223+179+236=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3EC is #204C13. Grayscale: #C6C6C6. Windows color (decimal): -2116628 or 15512543. OLE color: 15512543.
HSL color Cylindrical-coordinate representation of color #DFB3EC: hue angle of 286.32º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB3EC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 179 | 236 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.07 |
| HSL | 286.32º | 0.6% | 0.81% | - |
| HSV(B) | 286.32º | 0.24% | 0.93% | - |
| XYZ | 61.69 | 53.98 | 86.53 | - |
| YUV | 198.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 236 | 0.06 | 0.24 | 0 | 0.07 | 286.32 | 0.6 | 0.81 |
| Hex | DF | B3 | EC | 6 | 18 | 0 | 7 | 11E | 3C | 51 |
| Octal | 337 | 263 | 354 | 6 | 30 | 0 | 7 | 436 | 74 | 121 |
| Binary | 11011111 | 10110011 | 11101100 | 110 | 11000 | 0 | 111 | 100011110 | 111100 | 1010001 |
Color Harmonies of #DFB3EC
Complementary color
Monochromatic Colors of #DFB3EC
Black with #DFB3EC
Text Example
Text Example
White with #DFB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3EC; }
p { color: rgb(223,179,236); }
H1.HeaderClassName
{
color: #DFB3EC;
}
.AnyTagClassName
{
color: #DFB3EC;
}
</style>
background-color css
<style>
a { background-color: #DFB3EC; }
a { background-color: rgb(223,179,236); }
div.DivClassName
{
background-color: #DFB3EC;
}
.BgClassName
{
background-color: #DFB3EC;
}
</style>
border-color css
<style>
span { border-color: #DFB3EC; }
span { border-color: rgb(223,179,236); }
td.TdClassName
{
border-color: #DFB3EC;
}
.TagClassName
{
border-color: #DFB3EC;
}
</style>