Shades of Mauve #DFBAEC
Tints of Mauve #DFBAEC
RGB
CMYK
RGB Variations
Color information
#DFBAEC (or 0xDFBAEC) is known color: Mauve. HEX triplet: DF, BA and EC. RGB value is (223,186,236). Sum of RGB (Red+Green+Blue) = 223+186+236=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAEC is #204513. Grayscale: #CACACA. Windows color (decimal): -2114836 or 15514335. OLE color: 15514335.
HSL color Cylindrical-coordinate representation of color #DFBAEC: hue angle of 284.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBAEC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 186 | 236 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.07 |
| HSL | 284.4º | 0.57% | 0.83% | - |
| HSV(B) | 284.4º | 0.21% | 0.93% | - |
| XYZ | 63.13 | 56.86 | 87 | - |
| YUV | 202.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 236 | 0.06 | 0.21 | 0 | 0.07 | 284.4 | 0.57 | 0.83 |
| Hex | DF | BA | EC | 6 | 15 | 0 | 7 | 11C | 39 | 53 |
| Octal | 337 | 272 | 354 | 6 | 25 | 0 | 7 | 434 | 71 | 123 |
| Binary | 11011111 | 10111010 | 11101100 | 110 | 10101 | 0 | 111 | 100011100 | 111001 | 1010011 |
Color Harmonies of #DFBAEC
Complementary color
Monochromatic Colors of #DFBAEC
Black with #DFBAEC
Text Example
Text Example
White with #DFBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAEC; }
p { color: rgb(223,186,236); }
H1.HeaderClassName
{
color: #DFBAEC;
}
.AnyTagClassName
{
color: #DFBAEC;
}
</style>
background-color css
<style>
a { background-color: #DFBAEC; }
a { background-color: rgb(223,186,236); }
div.DivClassName
{
background-color: #DFBAEC;
}
.BgClassName
{
background-color: #DFBAEC;
}
</style>
border-color css
<style>
span { border-color: #DFBAEC; }
span { border-color: rgb(223,186,236); }
td.TdClassName
{
border-color: #DFBAEC;
}
.TagClassName
{
border-color: #DFBAEC;
}
</style>