Shades of Mauve #DFB1FF
Tints of Mauve #DFB1FF
RGB
CMYK
RGB Variations
Color information
#DFB1FF (or 0xDFB1FF) is known color: Mauve. HEX triplet: DF, B1 and FF. RGB value is (223,177,255). Sum of RGB (Red+Green+Blue) = 223+177+255=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 177 (69.53% from 255 or 27.02% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1FF is #204E00. Grayscale: #C7C7C7. Windows color (decimal): -2117121 or 16757215. OLE color: 16757215.
HSL color Cylindrical-coordinate representation of color #DFB1FF: hue angle of 275.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFB1FF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 177 | 255 | - |
| CMYK | 0.13 | 0.31 | 0 | 0 |
| HSL | 275.38º | 1% | 0.85% | - |
| HSV(B) | 275.38º | 0.31% | 1% | - |
| XYZ | 64.2 | 54.35 | 101.71 | - |
| YUV | 199.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 255 | 0.13 | 0.31 | 0 | 0 | 275.38 | 1 | 0.85 |
| Hex | DF | B1 | FF | D | 1F | 0 | 0 | 113 | 64 | 55 |
| Octal | 337 | 261 | 377 | 15 | 37 | 0 | 0 | 423 | 144 | 125 |
| Binary | 11011111 | 10110001 | 11111111 | 1101 | 11111 | 0 | 0 | 100010011 | 1100100 | 1010101 |
Color Harmonies of #DFB1FF
Complementary color
Monochromatic Colors of #DFB1FF
Black with #DFB1FF
Text Example
Text Example
White with #DFB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1FF; }
p { color: rgb(223,177,255); }
H1.HeaderClassName
{
color: #DFB1FF;
}
.AnyTagClassName
{
color: #DFB1FF;
}
</style>
background-color css
<style>
a { background-color: #DFB1FF; }
a { background-color: rgb(223,177,255); }
div.DivClassName
{
background-color: #DFB1FF;
}
.BgClassName
{
background-color: #DFB1FF;
}
</style>
border-color css
<style>
span { border-color: #DFB1FF; }
span { border-color: rgb(223,177,255); }
td.TdClassName
{
border-color: #DFB1FF;
}
.TagClassName
{
border-color: #DFB1FF;
}
</style>