Shades of Mauve #DFB9EE
Tints of Mauve #DFB9EE
RGB
CMYK
RGB Variations
Color information
#DFB9EE (or 0xDFB9EE) is known color: Mauve. HEX triplet: DF, B9 and EE. RGB value is (223,185,238). Sum of RGB (Red+Green+Blue) = 223+185+238=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9EE is #204611. Grayscale: #CACACA. Windows color (decimal): -2115090 or 15645151. OLE color: 15645151.
HSL color Cylindrical-coordinate representation of color #DFB9EE: hue angle of 283.02º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB9EE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 185 | 238 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.07 |
| HSL | 283.02º | 0.61% | 0.83% | - |
| HSV(B) | 283.02º | 0.22% | 0.93% | - |
| XYZ | 63.21 | 56.56 | 88.47 | - |
| YUV | 202.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 238 | 0.06 | 0.22 | 0 | 0.07 | 283.02 | 0.61 | 0.83 |
| Hex | DF | B9 | EE | 6 | 16 | 0 | 7 | 11B | 3D | 53 |
| Octal | 337 | 271 | 356 | 6 | 26 | 0 | 7 | 433 | 75 | 123 |
| Binary | 11011111 | 10111001 | 11101110 | 110 | 10110 | 0 | 111 | 100011011 | 111101 | 1010011 |
Color Harmonies of #DFB9EE
Complementary color
Monochromatic Colors of #DFB9EE
Black with #DFB9EE
Text Example
Text Example
White with #DFB9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9EE; }
p { color: rgb(223,185,238); }
H1.HeaderClassName
{
color: #DFB9EE;
}
.AnyTagClassName
{
color: #DFB9EE;
}
</style>
background-color css
<style>
a { background-color: #DFB9EE; }
a { background-color: rgb(223,185,238); }
div.DivClassName
{
background-color: #DFB9EE;
}
.BgClassName
{
background-color: #DFB9EE;
}
</style>
border-color css
<style>
span { border-color: #DFB9EE; }
span { border-color: rgb(223,185,238); }
td.TdClassName
{
border-color: #DFB9EE;
}
.TagClassName
{
border-color: #DFB9EE;
}
</style>