Shades of Mauve #DFBFEE
Tints of Mauve #DFBFEE
RGB
CMYK
RGB Variations
Color information
#DFBFEE (or 0xDFBFEE) is known color: Mauve. HEX triplet: DF, BF and EE. RGB value is (223,191,238). Sum of RGB (Red+Green+Blue) = 223+191+238=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFEE is #204011. Grayscale: #CDCDCD. Windows color (decimal): -2113554 or 15646687. OLE color: 15646687.
HSL color Cylindrical-coordinate representation of color #DFBFEE: hue angle of 280.85º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBFEE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 191 | 238 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.07 |
| HSL | 280.85º | 0.58% | 0.84% | - |
| HSV(B) | 280.85º | 0.2% | 0.93% | - |
| XYZ | 64.49 | 59.12 | 88.9 | - |
| YUV | 205.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 238 | 0.06 | 0.20 | 0 | 0.07 | 280.85 | 0.58 | 0.84 |
| Hex | DF | BF | EE | 6 | 14 | 0 | 7 | 119 | 3A | 54 |
| Octal | 337 | 277 | 356 | 6 | 24 | 0 | 7 | 431 | 72 | 124 |
| Binary | 11011111 | 10111111 | 11101110 | 110 | 10100 | 0 | 111 | 100011001 | 111010 | 1010100 |
Color Harmonies of #DFBFEE
Complementary color
Monochromatic Colors of #DFBFEE
Black with #DFBFEE
Text Example
Text Example
White with #DFBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFEE; }
p { color: rgb(223,191,238); }
H1.HeaderClassName
{
color: #DFBFEE;
}
.AnyTagClassName
{
color: #DFBFEE;
}
</style>
background-color css
<style>
a { background-color: #DFBFEE; }
a { background-color: rgb(223,191,238); }
div.DivClassName
{
background-color: #DFBFEE;
}
.BgClassName
{
background-color: #DFBFEE;
}
</style>
border-color css
<style>
span { border-color: #DFBFEE; }
span { border-color: rgb(223,191,238); }
td.TdClassName
{
border-color: #DFBFEE;
}
.TagClassName
{
border-color: #DFBFEE;
}
</style>