Shades of Mauve #DFB7FF
Tints of Mauve #DFB7FF
RGB
CMYK
RGB Variations
Color information
#DFB7FF (or 0xDFB7FF) is known color: Mauve. HEX triplet: DF, B7 and FF. RGB value is (223,183,255). Sum of RGB (Red+Green+Blue) = 223+183+255=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7FF is #204800. Grayscale: #CACACA. Windows color (decimal): -2115585 or 16758751. OLE color: 16758751.
HSL color Cylindrical-coordinate representation of color #DFB7FF: hue angle of 273.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB7FF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 183 | 255 | - |
| CMYK | 0.13 | 0.28 | 0 | 0 |
| HSL | 273.33º | 1% | 0.86% | - |
| HSV(B) | 273.33º | 0.28% | 1% | - |
| XYZ | 65.41 | 56.77 | 102.12 | - |
| YUV | 203.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 255 | 0.13 | 0.28 | 0 | 0 | 273.33 | 1 | 0.86 |
| Hex | DF | B7 | FF | D | 1C | 0 | 0 | 111 | 64 | 56 |
| Octal | 337 | 267 | 377 | 15 | 34 | 0 | 0 | 421 | 144 | 126 |
| Binary | 11011111 | 10110111 | 11111111 | 1101 | 11100 | 0 | 0 | 100010001 | 1100100 | 1010110 |
Color Harmonies of #DFB7FF
Complementary color
Monochromatic Colors of #DFB7FF
Black with #DFB7FF
Text Example
Text Example
White with #DFB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7FF; }
p { color: rgb(223,183,255); }
H1.HeaderClassName
{
color: #DFB7FF;
}
.AnyTagClassName
{
color: #DFB7FF;
}
</style>
background-color css
<style>
a { background-color: #DFB7FF; }
a { background-color: rgb(223,183,255); }
div.DivClassName
{
background-color: #DFB7FF;
}
.BgClassName
{
background-color: #DFB7FF;
}
</style>
border-color css
<style>
span { border-color: #DFB7FF; }
span { border-color: rgb(223,183,255); }
td.TdClassName
{
border-color: #DFB7FF;
}
.TagClassName
{
border-color: #DFB7FF;
}
</style>