Shades of Mauve #DFB8EF
Tints of Mauve #DFB8EF
RGB
CMYK
RGB Variations
Color information
#DFB8EF (or 0xDFB8EF) is known color: Mauve. HEX triplet: DF, B8 and EF. RGB value is (223,184,239). Sum of RGB (Red+Green+Blue) = 223+184+239=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 184 (72.27% from 255 or 28.48% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB8EF is #204710. Grayscale: #C9C9C9. Windows color (decimal): -2115345 or 15710431. OLE color: 15710431.
HSL color Cylindrical-coordinate representation of color #DFB8EF: hue angle of 282.55º 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 #DFB8EF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 184 | 239 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.06 |
| HSL | 282.55º | 0.63% | 0.83% | - |
| HSV(B) | 282.55º | 0.23% | 0.94% | - |
| XYZ | 63.15 | 56.2 | 89.18 | - |
| YUV | 201.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 239 | 0.07 | 0.23 | 0 | 0.06 | 282.55 | 0.63 | 0.83 |
| Hex | DF | B8 | EF | 7 | 17 | 0 | 6 | 11B | 3F | 53 |
| Octal | 337 | 270 | 357 | 7 | 27 | 0 | 6 | 433 | 77 | 123 |
| Binary | 11011111 | 10111000 | 11101111 | 111 | 10111 | 0 | 110 | 100011011 | 111111 | 1010011 |
Color Harmonies of #DFB8EF
Complementary color
Monochromatic Colors of #DFB8EF
Black with #DFB8EF
Text Example
Text Example
White with #DFB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8EF; }
p { color: rgb(223,184,239); }
H1.HeaderClassName
{
color: #DFB8EF;
}
.AnyTagClassName
{
color: #DFB8EF;
}
</style>
background-color css
<style>
a { background-color: #DFB8EF; }
a { background-color: rgb(223,184,239); }
div.DivClassName
{
background-color: #DFB8EF;
}
.BgClassName
{
background-color: #DFB8EF;
}
</style>
border-color css
<style>
span { border-color: #DFB8EF; }
span { border-color: rgb(223,184,239); }
td.TdClassName
{
border-color: #DFB8EF;
}
.TagClassName
{
border-color: #DFB8EF;
}
</style>