Shades of Melanie #DDB7BE
Tints of Melanie #DDB7BE
RGB
CMYK
RGB Variations
Color information
#DDB7BE (or 0xDDB7BE) is known color: Melanie. HEX triplet: DD, B7 and BE. RGB value is (221,183,190). Sum of RGB (Red+Green+Blue) = 221+183+190=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7BE is #224841. Grayscale: #C3C3C3. Windows color (decimal): -2246722 or 12498909. OLE color: 12498909.
HSL color Cylindrical-coordinate representation of color #DDB7BE: hue angle of 348.95º 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 #DDB7BE is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 190 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.13 |
| HSL | 348.95º | 0.36% | 0.79% | - |
| HSV(B) | 348.95º | 0.17% | 0.87% | - |
| XYZ | 56.05 | 52.96 | 55.98 | - |
| YUV | 195.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 190 | 0 | 0.17 | 0.14 | 0.13 | 348.95 | 0.36 | 0.79 |
| Hex | DD | B7 | BE | 0 | 11 | E | D | 15D | 24 | 4F |
| Octal | 335 | 267 | 276 | 0 | 21 | 16 | 15 | 535 | 44 | 117 |
| Binary | 11011101 | 10110111 | 10111110 | 0 | 10001 | 1110 | 1101 | 101011101 | 100100 | 1001111 |
Color Harmonies of #DDB7BE
Complementary color
Monochromatic Colors of #DDB7BE
Black with #DDB7BE
Text Example
Text Example
White with #DDB7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7BE; }
p { color: rgb(221,183,190); }
H1.HeaderClassName
{
color: #DDB7BE;
}
.AnyTagClassName
{
color: #DDB7BE;
}
</style>
background-color css
<style>
a { background-color: #DDB7BE; }
a { background-color: rgb(221,183,190); }
div.DivClassName
{
background-color: #DDB7BE;
}
.BgClassName
{
background-color: #DDB7BE;
}
</style>
border-color css
<style>
span { border-color: #DDB7BE; }
span { border-color: rgb(221,183,190); }
td.TdClassName
{
border-color: #DDB7BE;
}
.TagClassName
{
border-color: #DDB7BE;
}
</style>