Shades of Melanie #DFB6C7
Tints of Melanie #DFB6C7
RGB
CMYK
RGB Variations
Color information
#DFB6C7 (or 0xDFB6C7) is known color: Melanie. HEX triplet: DF, B6 and C7. RGB value is (223,182,199). Sum of RGB (Red+Green+Blue) = 223+182+199=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6C7 is #204938. Grayscale: #C4C4C4. Windows color (decimal): -2115897 or 13088479. OLE color: 13088479.
HSL color Cylindrical-coordinate representation of color #DFB6C7: hue angle of 335.12º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6C7 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 199 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.13 |
| HSL | 335.12º | 0.39% | 0.79% | - |
| HSV(B) | 335.12º | 0.18% | 0.87% | - |
| XYZ | 57.47 | 53.27 | 61.29 | - |
| YUV | 196.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 199 | 0 | 0.18 | 0.11 | 0.13 | 335.12 | 0.39 | 0.79 |
| Hex | DF | B6 | C7 | 0 | 12 | B | D | 14F | 27 | 4F |
| Octal | 337 | 266 | 307 | 0 | 22 | 13 | 15 | 517 | 47 | 117 |
| Binary | 11011111 | 10110110 | 11000111 | 0 | 10010 | 1011 | 1101 | 101001111 | 100111 | 1001111 |
Color Harmonies of #DFB6C7
Complementary color
Monochromatic Colors of #DFB6C7
Black with #DFB6C7
Text Example
Text Example
White with #DFB6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6C7; }
p { color: rgb(223,182,199); }
H1.HeaderClassName
{
color: #DFB6C7;
}
.AnyTagClassName
{
color: #DFB6C7;
}
</style>
background-color css
<style>
a { background-color: #DFB6C7; }
a { background-color: rgb(223,182,199); }
div.DivClassName
{
background-color: #DFB6C7;
}
.BgClassName
{
background-color: #DFB6C7;
}
</style>
border-color css
<style>
span { border-color: #DFB6C7; }
span { border-color: rgb(223,182,199); }
td.TdClassName
{
border-color: #DFB6C7;
}
.TagClassName
{
border-color: #DFB6C7;
}
</style>