Shades of Mauve #DFB4FF
Tints of Mauve #DFB4FF
RGB
CMYK
RGB Variations
Color information
#DFB4FF (or 0xDFB4FF) is known color: Mauve. HEX triplet: DF, B4 and FF. RGB value is (223,180,255). Sum of RGB (Red+Green+Blue) = 223+180+255=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 180 (70.70% from 255 or 27.36% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4FF is #204B00. Grayscale: #C9C9C9. Windows color (decimal): -2116353 or 16757983. OLE color: 16757983.
HSL color Cylindrical-coordinate representation of color #DFB4FF: hue angle of 274.4º 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 #DFB4FF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 180 | 255 | - |
| CMYK | 0.13 | 0.29 | 0 | 0 |
| HSL | 274.4º | 1% | 0.85% | - |
| HSV(B) | 274.4º | 0.29% | 1% | - |
| XYZ | 64.8 | 55.55 | 101.91 | - |
| YUV | 201.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 255 | 0.13 | 0.29 | 0 | 0 | 274.4 | 1 | 0.85 |
| Hex | DF | B4 | FF | D | 1D | 0 | 0 | 112 | 64 | 55 |
| Octal | 337 | 264 | 377 | 15 | 35 | 0 | 0 | 422 | 144 | 125 |
| Binary | 11011111 | 10110100 | 11111111 | 1101 | 11101 | 0 | 0 | 100010010 | 1100100 | 1010101 |
Color Harmonies of #DFB4FF
Complementary color
Monochromatic Colors of #DFB4FF
Black with #DFB4FF
Text Example
Text Example
White with #DFB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4FF; }
p { color: rgb(223,180,255); }
H1.HeaderClassName
{
color: #DFB4FF;
}
.AnyTagClassName
{
color: #DFB4FF;
}
</style>
background-color css
<style>
a { background-color: #DFB4FF; }
a { background-color: rgb(223,180,255); }
div.DivClassName
{
background-color: #DFB4FF;
}
.BgClassName
{
background-color: #DFB4FF;
}
</style>
border-color css
<style>
span { border-color: #DFB4FF; }
span { border-color: rgb(223,180,255); }
td.TdClassName
{
border-color: #DFB4FF;
}
.TagClassName
{
border-color: #DFB4FF;
}
</style>