Shades of Melanie #DDB7C6
Tints of Melanie #DDB7C6
RGB
CMYK
RGB Variations
Color information
#DDB7C6 (or 0xDDB7C6) is known color: Melanie. HEX triplet: DD, B7 and C6. RGB value is (221,183,198). Sum of RGB (Red+Green+Blue) = 221+183+198=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7C6 is #224839. Grayscale: #C4C4C4. Windows color (decimal): -2246714 or 13023197. OLE color: 13023197.
HSL color Cylindrical-coordinate representation of color #DDB7C6: hue angle of 336.32º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7C6 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 198 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.13 |
| HSL | 336.32º | 0.36% | 0.79% | - |
| HSV(B) | 336.32º | 0.17% | 0.87% | - |
| XYZ | 56.95 | 53.32 | 60.72 | - |
| YUV | 196.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 198 | 0 | 0.17 | 0.10 | 0.13 | 336.32 | 0.36 | 0.79 |
| Hex | DD | B7 | C6 | 0 | 11 | A | D | 150 | 24 | 4F |
| Octal | 335 | 267 | 306 | 0 | 21 | 12 | 15 | 520 | 44 | 117 |
| Binary | 11011101 | 10110111 | 11000110 | 0 | 10001 | 1010 | 1101 | 101010000 | 100100 | 1001111 |
Color Harmonies of #DDB7C6
Complementary color
Monochromatic Colors of #DDB7C6
Black with #DDB7C6
Text Example
Text Example
White with #DDB7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7C6; }
p { color: rgb(221,183,198); }
H1.HeaderClassName
{
color: #DDB7C6;
}
.AnyTagClassName
{
color: #DDB7C6;
}
</style>
background-color css
<style>
a { background-color: #DDB7C6; }
a { background-color: rgb(221,183,198); }
div.DivClassName
{
background-color: #DDB7C6;
}
.BgClassName
{
background-color: #DDB7C6;
}
</style>
border-color css
<style>
span { border-color: #DDB7C6; }
span { border-color: rgb(221,183,198); }
td.TdClassName
{
border-color: #DDB7C6;
}
.TagClassName
{
border-color: #DDB7C6;
}
</style>