Shades of Mauve #DFB1F0
Tints of Mauve #DFB1F0
RGB
CMYK
RGB Variations
Color information
#DFB1F0 (or 0xDFB1F0) is known color: Mauve. HEX triplet: DF, B1 and F0. RGB value is (223,177,240). Sum of RGB (Red+Green+Blue) = 223+177+240=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFB1F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1F0 is #204E0F. Grayscale: #C5C5C5. Windows color (decimal): -2117136 or 15774175. OLE color: 15774175.
HSL color Cylindrical-coordinate representation of color #DFB1F0: hue angle of 283.81º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB1F0 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 177 | 240 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.06 |
| HSL | 283.81º | 0.68% | 0.82% | - |
| HSV(B) | 283.81º | 0.26% | 0.94% | - |
| XYZ | 61.88 | 53.42 | 89.49 | - |
| YUV | 197.94 | 151.74 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 240 | 0.07 | 0.26 | 0 | 0.06 | 283.81 | 0.68 | 0.82 |
| Hex | DF | B1 | F0 | 7 | 1A | 0 | 6 | 11C | 44 | 52 |
| Octal | 337 | 261 | 360 | 7 | 32 | 0 | 6 | 434 | 104 | 122 |
| Binary | 11011111 | 10110001 | 11110000 | 111 | 11010 | 0 | 110 | 100011100 | 1000100 | 1010010 |
Color Harmonies of #DFB1F0
Complementary color
Monochromatic Colors of #DFB1F0
Black with #DFB1F0
Text Example
Text Example
White with #DFB1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1F0; }
p { color: rgb(223,177,240); }
H1.HeaderClassName
{
color: #DFB1F0;
}
.AnyTagClassName
{
color: #DFB1F0;
}
</style>
background-color css
<style>
a { background-color: #DFB1F0; }
a { background-color: rgb(223,177,240); }
div.DivClassName
{
background-color: #DFB1F0;
}
.BgClassName
{
background-color: #DFB1F0;
}
</style>
border-color css
<style>
span { border-color: #DFB1F0; }
span { border-color: rgb(223,177,240); }
td.TdClassName
{
border-color: #DFB1F0;
}
.TagClassName
{
border-color: #DFB1F0;
}
</style>