Shades of Mauve #DFB9FF
Tints of Mauve #DFB9FF
RGB
CMYK
RGB Variations
Color information
#DFB9FF (or 0xDFB9FF) is known color: Mauve. HEX triplet: DF, B9 and FF. RGB value is (223,185,255). Sum of RGB (Red+Green+Blue) = 223+185+255=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 185 (72.66% from 255 or 27.90% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9FF is #204600. Grayscale: #CCCCCC. Windows color (decimal): -2115073 or 16759263. OLE color: 16759263.
HSL color Cylindrical-coordinate representation of color #DFB9FF: hue angle of 272.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFB9FF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 185 | 255 | - |
| CMYK | 0.13 | 0.27 | 0 | 0 |
| HSL | 272.57º | 1% | 0.86% | - |
| HSV(B) | 272.57º | 0.27% | 1% | - |
| XYZ | 65.83 | 57.61 | 102.26 | - |
| YUV | 204.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 255 | 0.13 | 0.27 | 0 | 0 | 272.57 | 1 | 0.86 |
| Hex | DF | B9 | FF | D | 1B | 0 | 0 | 111 | 64 | 56 |
| Octal | 337 | 271 | 377 | 15 | 33 | 0 | 0 | 421 | 144 | 126 |
| Binary | 11011111 | 10111001 | 11111111 | 1101 | 11011 | 0 | 0 | 100010001 | 1100100 | 1010110 |
Color Harmonies of #DFB9FF
Complementary color
Monochromatic Colors of #DFB9FF
Black with #DFB9FF
Text Example
Text Example
White with #DFB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9FF; }
p { color: rgb(223,185,255); }
H1.HeaderClassName
{
color: #DFB9FF;
}
.AnyTagClassName
{
color: #DFB9FF;
}
</style>
background-color css
<style>
a { background-color: #DFB9FF; }
a { background-color: rgb(223,185,255); }
div.DivClassName
{
background-color: #DFB9FF;
}
.BgClassName
{
background-color: #DFB9FF;
}
</style>
border-color css
<style>
span { border-color: #DFB9FF; }
span { border-color: rgb(223,185,255); }
td.TdClassName
{
border-color: #DFB9FF;
}
.TagClassName
{
border-color: #DFB9FF;
}
</style>