Shades of Mauve #DFB8EE
Tints of Mauve #DFB8EE
RGB
CMYK
RGB Variations
Color information
#DFB8EE (or 0xDFB8EE) is known color: Mauve. HEX triplet: DF, B8 and EE. RGB value is (223,184,238). Sum of RGB (Red+Green+Blue) = 223+184+238=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 184 (72.27% from 255 or 28.53% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB8EE is #204711. Grayscale: #C9C9C9. Windows color (decimal): -2115346 or 15644895. OLE color: 15644895.
HSL color Cylindrical-coordinate representation of color #DFB8EE: hue angle of 283.33º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB8EE is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 184 | 238 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.07 |
| HSL | 283.33º | 0.61% | 0.83% | - |
| HSV(B) | 283.33º | 0.23% | 0.93% | - |
| XYZ | 63 | 56.14 | 88.4 | - |
| YUV | 201.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 238 | 0.06 | 0.23 | 0 | 0.07 | 283.33 | 0.61 | 0.83 |
| Hex | DF | B8 | EE | 6 | 17 | 0 | 7 | 11B | 3D | 53 |
| Octal | 337 | 270 | 356 | 6 | 27 | 0 | 7 | 433 | 75 | 123 |
| Binary | 11011111 | 10111000 | 11101110 | 110 | 10111 | 0 | 111 | 100011011 | 111101 | 1010011 |
Color Harmonies of #DFB8EE
Complementary color
Monochromatic Colors of #DFB8EE
Black with #DFB8EE
Text Example
Text Example
White with #DFB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8EE; }
p { color: rgb(223,184,238); }
H1.HeaderClassName
{
color: #DFB8EE;
}
.AnyTagClassName
{
color: #DFB8EE;
}
</style>
background-color css
<style>
a { background-color: #DFB8EE; }
a { background-color: rgb(223,184,238); }
div.DivClassName
{
background-color: #DFB8EE;
}
.BgClassName
{
background-color: #DFB8EE;
}
</style>
border-color css
<style>
span { border-color: #DFB8EE; }
span { border-color: rgb(223,184,238); }
td.TdClassName
{
border-color: #DFB8EE;
}
.TagClassName
{
border-color: #DFB8EE;
}
</style>