Shades of Mauve #DFB0EF
Tints of Mauve #DFB0EF
RGB
CMYK
RGB Variations
Color information
#DFB0EF (or 0xDFB0EF) is known color: Mauve. HEX triplet: DF, B0 and EF. RGB value is (223,176,239). Sum of RGB (Red+Green+Blue) = 223+176+239=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0EF is #204F10. Grayscale: #C5C5C5. Windows color (decimal): -2117393 or 15708383. OLE color: 15708383.
HSL color Cylindrical-coordinate representation of color #DFB0EF: hue angle of 284.76º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB0EF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 176 | 239 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.06 |
| HSL | 284.76º | 0.66% | 0.81% | - |
| HSV(B) | 284.76º | 0.26% | 0.94% | - |
| XYZ | 61.54 | 52.97 | 88.64 | - |
| YUV | 197.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 239 | 0.07 | 0.26 | 0 | 0.06 | 284.76 | 0.66 | 0.81 |
| Hex | DF | B0 | EF | 7 | 1A | 0 | 6 | 11D | 42 | 51 |
| Octal | 337 | 260 | 357 | 7 | 32 | 0 | 6 | 435 | 102 | 121 |
| Binary | 11011111 | 10110000 | 11101111 | 111 | 11010 | 0 | 110 | 100011101 | 1000010 | 1010001 |
Color Harmonies of #DFB0EF
Complementary color
Monochromatic Colors of #DFB0EF
Black with #DFB0EF
Text Example
Text Example
White with #DFB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0EF; }
p { color: rgb(223,176,239); }
H1.HeaderClassName
{
color: #DFB0EF;
}
.AnyTagClassName
{
color: #DFB0EF;
}
</style>
background-color css
<style>
a { background-color: #DFB0EF; }
a { background-color: rgb(223,176,239); }
div.DivClassName
{
background-color: #DFB0EF;
}
.BgClassName
{
background-color: #DFB0EF;
}
</style>
border-color css
<style>
span { border-color: #DFB0EF; }
span { border-color: rgb(223,176,239); }
td.TdClassName
{
border-color: #DFB0EF;
}
.TagClassName
{
border-color: #DFB0EF;
}
</style>