Shades of Mauve #DFBFEF
Tints of Mauve #DFBFEF
RGB
CMYK
RGB Variations
Color information
#DFBFEF (or 0xDFBFEF) is known color: Mauve. HEX triplet: DF, BF and EF. RGB value is (223,191,239). Sum of RGB (Red+Green+Blue) = 223+191+239=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFBFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFEF is #204010. Grayscale: #CDCDCD. Windows color (decimal): -2113553 or 15712223. OLE color: 15712223.
HSL color Cylindrical-coordinate representation of color #DFBFEF: hue angle of 280º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBFEF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 191 | 239 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.06 |
| HSL | 280º | 0.6% | 0.84% | - |
| HSV(B) | 280º | 0.2% | 0.94% | - |
| XYZ | 64.64 | 59.18 | 89.68 | - |
| YUV | 206.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 239 | 0.07 | 0.20 | 0 | 0.06 | 280 | 0.6 | 0.84 |
| Hex | DF | BF | EF | 7 | 14 | 0 | 6 | 118 | 3C | 54 |
| Octal | 337 | 277 | 357 | 7 | 24 | 0 | 6 | 430 | 74 | 124 |
| Binary | 11011111 | 10111111 | 11101111 | 111 | 10100 | 0 | 110 | 100011000 | 111100 | 1010100 |
Color Harmonies of #DFBFEF
Complementary color
Monochromatic Colors of #DFBFEF
Black with #DFBFEF
Text Example
Text Example
White with #DFBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFEF; }
p { color: rgb(223,191,239); }
H1.HeaderClassName
{
color: #DFBFEF;
}
.AnyTagClassName
{
color: #DFBFEF;
}
</style>
background-color css
<style>
a { background-color: #DFBFEF; }
a { background-color: rgb(223,191,239); }
div.DivClassName
{
background-color: #DFBFEF;
}
.BgClassName
{
background-color: #DFBFEF;
}
</style>
border-color css
<style>
span { border-color: #DFBFEF; }
span { border-color: rgb(223,191,239); }
td.TdClassName
{
border-color: #DFBFEF;
}
.TagClassName
{
border-color: #DFBFEF;
}
</style>