Shades of Mauve #DFB7F2
Tints of Mauve #DFB7F2
RGB
CMYK
RGB Variations
Color information
#DFB7F2 (or 0xDFB7F2) is known color: Mauve. HEX triplet: DF, B7 and F2. RGB value is (223,183,242). Sum of RGB (Red+Green+Blue) = 223+183+242=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 183 (71.88% from 255 or 28.24% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFB7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7F2 is #20480D. Grayscale: #C9C9C9. Windows color (decimal): -2115598 or 15906783. OLE color: 15906783.
HSL color Cylindrical-coordinate representation of color #DFB7F2: hue angle of 280.68º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB7F2 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 183 | 242 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.05 |
| HSL | 280.68º | 0.69% | 0.83% | - |
| HSV(B) | 280.68º | 0.24% | 0.95% | - |
| XYZ | 63.39 | 55.97 | 91.47 | - |
| YUV | 201.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 242 | 0.08 | 0.24 | 0 | 0.05 | 280.68 | 0.69 | 0.83 |
| Hex | DF | B7 | F2 | 8 | 18 | 0 | 5 | 119 | 45 | 53 |
| Octal | 337 | 267 | 362 | 10 | 30 | 0 | 5 | 431 | 105 | 123 |
| Binary | 11011111 | 10110111 | 11110010 | 1000 | 11000 | 0 | 101 | 100011001 | 1000101 | 1010011 |
Color Harmonies of #DFB7F2
Complementary color
Monochromatic Colors of #DFB7F2
Black with #DFB7F2
Text Example
Text Example
White with #DFB7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7F2; }
p { color: rgb(223,183,242); }
H1.HeaderClassName
{
color: #DFB7F2;
}
.AnyTagClassName
{
color: #DFB7F2;
}
</style>
background-color css
<style>
a { background-color: #DFB7F2; }
a { background-color: rgb(223,183,242); }
div.DivClassName
{
background-color: #DFB7F2;
}
.BgClassName
{
background-color: #DFB7F2;
}
</style>
border-color css
<style>
span { border-color: #DFB7F2; }
span { border-color: rgb(223,183,242); }
td.TdClassName
{
border-color: #DFB7F2;
}
.TagClassName
{
border-color: #DFB7F2;
}
</style>