Shades of Mauve #DFB9EF
Tints of Mauve #DFB9EF
RGB
CMYK
RGB Variations
Color information
#DFB9EF (or 0xDFB9EF) is known color: Mauve. HEX triplet: DF, B9 and EF. RGB value is (223,185,239). Sum of RGB (Red+Green+Blue) = 223+185+239=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9EF is #204610. Grayscale: #CACACA. Windows color (decimal): -2115089 or 15710687. OLE color: 15710687.
HSL color Cylindrical-coordinate representation of color #DFB9EF: hue angle of 282.22º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB9EF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 185 | 239 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.06 |
| HSL | 282.22º | 0.63% | 0.83% | - |
| HSV(B) | 282.22º | 0.23% | 0.94% | - |
| XYZ | 63.36 | 56.62 | 89.25 | - |
| YUV | 202.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 239 | 0.07 | 0.23 | 0 | 0.06 | 282.22 | 0.63 | 0.83 |
| Hex | DF | B9 | EF | 7 | 17 | 0 | 6 | 11A | 3F | 53 |
| Octal | 337 | 271 | 357 | 7 | 27 | 0 | 6 | 432 | 77 | 123 |
| Binary | 11011111 | 10111001 | 11101111 | 111 | 10111 | 0 | 110 | 100011010 | 111111 | 1010011 |
Color Harmonies of #DFB9EF
Complementary color
Monochromatic Colors of #DFB9EF
Black with #DFB9EF
Text Example
Text Example
White with #DFB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9EF; }
p { color: rgb(223,185,239); }
H1.HeaderClassName
{
color: #DFB9EF;
}
.AnyTagClassName
{
color: #DFB9EF;
}
</style>
background-color css
<style>
a { background-color: #DFB9EF; }
a { background-color: rgb(223,185,239); }
div.DivClassName
{
background-color: #DFB9EF;
}
.BgClassName
{
background-color: #DFB9EF;
}
</style>
border-color css
<style>
span { border-color: #DFB9EF; }
span { border-color: rgb(223,185,239); }
td.TdClassName
{
border-color: #DFB9EF;
}
.TagClassName
{
border-color: #DFB9EF;
}
</style>