Shades of Mauve #DFB6EF
Tints of Mauve #DFB6EF
RGB
CMYK
RGB Variations
Color information
#DFB6EF (or 0xDFB6EF) is known color: Mauve. HEX triplet: DF, B6 and EF. RGB value is (223,182,239). Sum of RGB (Red+Green+Blue) = 223+182+239=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 182 (71.48% from 255 or 28.26% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6EF is #204910. Grayscale: #C8C8C8. Windows color (decimal): -2115857 or 15709919. OLE color: 15709919.
HSL color Cylindrical-coordinate representation of color #DFB6EF: hue angle of 283.16º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB6EF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 182 | 239 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.06 |
| HSL | 283.16º | 0.64% | 0.83% | - |
| HSV(B) | 283.16º | 0.24% | 0.94% | - |
| XYZ | 62.74 | 55.38 | 89.04 | - |
| YUV | 200.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 239 | 0.07 | 0.24 | 0 | 0.06 | 283.16 | 0.64 | 0.83 |
| Hex | DF | B6 | EF | 7 | 18 | 0 | 6 | 11B | 40 | 53 |
| Octal | 337 | 266 | 357 | 7 | 30 | 0 | 6 | 433 | 100 | 123 |
| Binary | 11011111 | 10110110 | 11101111 | 111 | 11000 | 0 | 110 | 100011011 | 1000000 | 1010011 |
Color Harmonies of #DFB6EF
Complementary color
Monochromatic Colors of #DFB6EF
Black with #DFB6EF
Text Example
Text Example
White with #DFB6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6EF; }
p { color: rgb(223,182,239); }
H1.HeaderClassName
{
color: #DFB6EF;
}
.AnyTagClassName
{
color: #DFB6EF;
}
</style>
background-color css
<style>
a { background-color: #DFB6EF; }
a { background-color: rgb(223,182,239); }
div.DivClassName
{
background-color: #DFB6EF;
}
.BgClassName
{
background-color: #DFB6EF;
}
</style>
border-color css
<style>
span { border-color: #DFB6EF; }
span { border-color: rgb(223,182,239); }
td.TdClassName
{
border-color: #DFB6EF;
}
.TagClassName
{
border-color: #DFB6EF;
}
</style>