Shades of Mauve #DFB0EC
Tints of Mauve #DFB0EC
RGB
CMYK
RGB Variations
Color information
#DFB0EC (or 0xDFB0EC) is known color: Mauve. HEX triplet: DF, B0 and EC. RGB value is (223,176,236). Sum of RGB (Red+Green+Blue) = 223+176+236=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0EC is #204F13. Grayscale: #C4C4C4. Windows color (decimal): -2117396 or 15511775. OLE color: 15511775.
HSL color Cylindrical-coordinate representation of color #DFB0EC: hue angle of 287º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB0EC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 176 | 236 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.07 |
| HSL | 287º | 0.61% | 0.81% | - |
| HSV(B) | 287º | 0.25% | 0.93% | - |
| XYZ | 61.1 | 52.79 | 86.33 | - |
| YUV | 196.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 236 | 0.06 | 0.25 | 0 | 0.07 | 287 | 0.61 | 0.81 |
| Hex | DF | B0 | EC | 6 | 19 | 0 | 7 | 11F | 3D | 51 |
| Octal | 337 | 260 | 354 | 6 | 31 | 0 | 7 | 437 | 75 | 121 |
| Binary | 11011111 | 10110000 | 11101100 | 110 | 11001 | 0 | 111 | 100011111 | 111101 | 1010001 |
Color Harmonies of #DFB0EC
Complementary color
Monochromatic Colors of #DFB0EC
Black with #DFB0EC
Text Example
Text Example
White with #DFB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0EC; }
p { color: rgb(223,176,236); }
H1.HeaderClassName
{
color: #DFB0EC;
}
.AnyTagClassName
{
color: #DFB0EC;
}
</style>
background-color css
<style>
a { background-color: #DFB0EC; }
a { background-color: rgb(223,176,236); }
div.DivClassName
{
background-color: #DFB0EC;
}
.BgClassName
{
background-color: #DFB0EC;
}
</style>
border-color css
<style>
span { border-color: #DFB0EC; }
span { border-color: rgb(223,176,236); }
td.TdClassName
{
border-color: #DFB0EC;
}
.TagClassName
{
border-color: #DFB0EC;
}
</style>