Shades of Mauve #DFBDEC
Tints of Mauve #DFBDEC
RGB
CMYK
RGB Variations
Color information
#DFBDEC (or 0xDFBDEC) is known color: Mauve. HEX triplet: DF, BD and EC. RGB value is (223,189,236). Sum of RGB (Red+Green+Blue) = 223+189+236=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFBDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDEC is #204213. Grayscale: #CCCCCC. Windows color (decimal): -2114068 or 15515103. OLE color: 15515103.
HSL color Cylindrical-coordinate representation of color #DFBDEC: hue angle of 283.4º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBDEC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 189 | 236 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.07 |
| HSL | 283.4º | 0.55% | 0.83% | - |
| HSV(B) | 283.4º | 0.2% | 0.93% | - |
| XYZ | 63.77 | 58.14 | 87.22 | - |
| YUV | 204.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 236 | 0.06 | 0.20 | 0 | 0.07 | 283.4 | 0.55 | 0.83 |
| Hex | DF | BD | EC | 6 | 14 | 0 | 7 | 11B | 37 | 53 |
| Octal | 337 | 275 | 354 | 6 | 24 | 0 | 7 | 433 | 67 | 123 |
| Binary | 11011111 | 10111101 | 11101100 | 110 | 10100 | 0 | 111 | 100011011 | 110111 | 1010011 |
Color Harmonies of #DFBDEC
Complementary color
Monochromatic Colors of #DFBDEC
Black with #DFBDEC
Text Example
Text Example
White with #DFBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDEC; }
p { color: rgb(223,189,236); }
H1.HeaderClassName
{
color: #DFBDEC;
}
.AnyTagClassName
{
color: #DFBDEC;
}
</style>
background-color css
<style>
a { background-color: #DFBDEC; }
a { background-color: rgb(223,189,236); }
div.DivClassName
{
background-color: #DFBDEC;
}
.BgClassName
{
background-color: #DFBDEC;
}
</style>
border-color css
<style>
span { border-color: #DFBDEC; }
span { border-color: rgb(223,189,236); }
td.TdClassName
{
border-color: #DFBDEC;
}
.TagClassName
{
border-color: #DFBDEC;
}
</style>