Shades of Mauve #DFB6F7
Tints of Mauve #DFB6F7
RGB
CMYK
RGB Variations
Color information
#DFB6F7 (or 0xDFB6F7) is known color: Mauve. HEX triplet: DF, B6 and F7. RGB value is (223,182,247). Sum of RGB (Red+Green+Blue) = 223+182+247=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFB6F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6F7 is #204908. Grayscale: #C9C9C9. Windows color (decimal): -2115849 or 16234207. OLE color: 16234207.
HSL color Cylindrical-coordinate representation of color #DFB6F7: hue angle of 277.85º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB6F7 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 223 | 182 | 247 | - |
CMYK | 0.10 | 0.26 | 0 | 0.03 |
HSL | 277.85º | 0.8% | 0.84% | - |
HSV(B) | 277.85º | 0.26% | 0.97% | - |
XYZ | 63.95 | 55.86 | 95.41 | - |
YUV | 201.67 | 153.58 | 143.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 182 | 247 | 0.10 | 0.26 | 0 | 0.03 | 277.85 | 0.8 | 0.84 |
Hex | DF | B6 | F7 | A | 1A | 0 | 3 | 116 | 50 | 54 |
Octal | 337 | 266 | 367 | 12 | 32 | 0 | 3 | 426 | 120 | 124 |
Binary | 11011111 | 10110110 | 11110111 | 1010 | 11010 | 0 | 11 | 100010110 | 1010000 | 1010100 |
Color Harmonies of #DFB6F7
Complementary color
Monochromatic Colors of #DFB6F7
Black with #DFB6F7
Text Example
Text Example
White with #DFB6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6F7; }
p { color: rgb(223,182,247); }
H1.HeaderClassName
{
color: #DFB6F7;
}
.AnyTagClassName
{
color: #DFB6F7;
}
</style>
background-color css
<style>
a { background-color: #DFB6F7; }
a { background-color: rgb(223,182,247); }
div.DivClassName
{
background-color: #DFB6F7;
}
.BgClassName
{
background-color: #DFB6F7;
}
</style>
border-color css
<style>
span { border-color: #DFB6F7; }
span { border-color: rgb(223,182,247); }
td.TdClassName
{
border-color: #DFB6F7;
}
.TagClassName
{
border-color: #DFB6F7;
}
</style>