Shades of Mauve #DFBFF0
Tints of Mauve #DFBFF0
RGB
CMYK
RGB Variations
Color information
#DFBFF0 (or 0xDFBFF0) is known color: Mauve. HEX triplet: DF, BF and F0. RGB value is (223,191,240). Sum of RGB (Red+Green+Blue) = 223+191+240=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFBFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFF0 is #20400F. Grayscale: #CDCDCD. Windows color (decimal): -2113552 or 15777759. OLE color: 15777759.
HSL color Cylindrical-coordinate representation of color #DFBFF0: hue angle of 279.18º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBFF0 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 191 | 240 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.06 |
| HSL | 279.18º | 0.62% | 0.85% | - |
| HSV(B) | 279.18º | 0.2% | 0.94% | - |
| XYZ | 64.79 | 59.24 | 90.46 | - |
| YUV | 206.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 240 | 0.07 | 0.20 | 0 | 0.06 | 279.18 | 0.62 | 0.85 |
| Hex | DF | BF | F0 | 7 | 14 | 0 | 6 | 117 | 3E | 55 |
| Octal | 337 | 277 | 360 | 7 | 24 | 0 | 6 | 427 | 76 | 125 |
| Binary | 11011111 | 10111111 | 11110000 | 111 | 10100 | 0 | 110 | 100010111 | 111110 | 1010101 |
Color Harmonies of #DFBFF0
Complementary color
Monochromatic Colors of #DFBFF0
Black with #DFBFF0
Text Example
Text Example
White with #DFBFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFF0; }
p { color: rgb(223,191,240); }
H1.HeaderClassName
{
color: #DFBFF0;
}
.AnyTagClassName
{
color: #DFBFF0;
}
</style>
background-color css
<style>
a { background-color: #DFBFF0; }
a { background-color: rgb(223,191,240); }
div.DivClassName
{
background-color: #DFBFF0;
}
.BgClassName
{
background-color: #DFBFF0;
}
</style>
border-color css
<style>
span { border-color: #DFBFF0; }
span { border-color: rgb(223,191,240); }
td.TdClassName
{
border-color: #DFBFF0;
}
.TagClassName
{
border-color: #DFBFF0;
}
</style>