Shades of Mauve #DFB1FA
Tints of Mauve #DFB1FA
RGB
CMYK
RGB Variations
Color information
#DFB1FA (or 0xDFB1FA) is known color: Mauve. HEX triplet: DF, B1 and FA. RGB value is (223,177,250). Sum of RGB (Red+Green+Blue) = 223+177+250=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFB1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1FA is #204E05. Grayscale: #C6C6C6. Windows color (decimal): -2117126 or 16429535. OLE color: 16429535.
HSL color Cylindrical-coordinate representation of color #DFB1FA: hue angle of 277.81º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB1FA is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 177 | 250 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.02 |
| HSL | 277.81º | 0.88% | 0.84% | - |
| HSV(B) | 277.81º | 0.29% | 0.98% | - |
| XYZ | 63.41 | 54.03 | 97.53 | - |
| YUV | 199.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 250 | 0.11 | 0.29 | 0 | 0.02 | 277.81 | 0.88 | 0.84 |
| Hex | DF | B1 | FA | B | 1D | 0 | 2 | 116 | 58 | 54 |
| Octal | 337 | 261 | 372 | 13 | 35 | 0 | 2 | 426 | 130 | 124 |
| Binary | 11011111 | 10110001 | 11111010 | 1011 | 11101 | 0 | 10 | 100010110 | 1011000 | 1010100 |
Color Harmonies of #DFB1FA
Complementary color
Monochromatic Colors of #DFB1FA
Black with #DFB1FA
Text Example
Text Example
White with #DFB1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1FA; }
p { color: rgb(223,177,250); }
H1.HeaderClassName
{
color: #DFB1FA;
}
.AnyTagClassName
{
color: #DFB1FA;
}
</style>
background-color css
<style>
a { background-color: #DFB1FA; }
a { background-color: rgb(223,177,250); }
div.DivClassName
{
background-color: #DFB1FA;
}
.BgClassName
{
background-color: #DFB1FA;
}
</style>
border-color css
<style>
span { border-color: #DFB1FA; }
span { border-color: rgb(223,177,250); }
td.TdClassName
{
border-color: #DFB1FA;
}
.TagClassName
{
border-color: #DFB1FA;
}
</style>