Shades of Mauve #DFB5FF
Tints of Mauve #DFB5FF
RGB
CMYK
RGB Variations
Color information
#DFB5FF (or 0xDFB5FF) is known color: Mauve. HEX triplet: DF, B5 and FF. RGB value is (223,181,255). Sum of RGB (Red+Green+Blue) = 223+181+255=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB5FF is #204A00. Grayscale: #C9C9C9. Windows color (decimal): -2116097 or 16758239. OLE color: 16758239.
HSL color Cylindrical-coordinate representation of color #DFB5FF: hue angle of 274.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB5FF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 181 | 255 | - |
| CMYK | 0.13 | 0.29 | 0 | 0 |
| HSL | 274.05º | 1% | 0.85% | - |
| HSV(B) | 274.05º | 0.29% | 1% | - |
| XYZ | 65.01 | 55.96 | 101.98 | - |
| YUV | 201.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 255 | 0.13 | 0.29 | 0 | 0 | 274.05 | 1 | 0.85 |
| Hex | DF | B5 | FF | D | 1D | 0 | 0 | 112 | 64 | 55 |
| Octal | 337 | 265 | 377 | 15 | 35 | 0 | 0 | 422 | 144 | 125 |
| Binary | 11011111 | 10110101 | 11111111 | 1101 | 11101 | 0 | 0 | 100010010 | 1100100 | 1010101 |
Color Harmonies of #DFB5FF
Complementary color
Monochromatic Colors of #DFB5FF
Black with #DFB5FF
Text Example
Text Example
White with #DFB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5FF; }
p { color: rgb(223,181,255); }
H1.HeaderClassName
{
color: #DFB5FF;
}
.AnyTagClassName
{
color: #DFB5FF;
}
</style>
background-color css
<style>
a { background-color: #DFB5FF; }
a { background-color: rgb(223,181,255); }
div.DivClassName
{
background-color: #DFB5FF;
}
.BgClassName
{
background-color: #DFB5FF;
}
</style>
border-color css
<style>
span { border-color: #DFB5FF; }
span { border-color: rgb(223,181,255); }
td.TdClassName
{
border-color: #DFB5FF;
}
.TagClassName
{
border-color: #DFB5FF;
}
</style>