Shades of Melanie #DDB8C7
Tints of Melanie #DDB8C7
RGB
CMYK
RGB Variations
Color information
#DDB8C7 (or 0xDDB8C7) is known color: Melanie. HEX triplet: DD, B8 and C7. RGB value is (221,184,199). Sum of RGB (Red+Green+Blue) = 221+184+199=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8C7 is #224738. Grayscale: #C4C4C4. Windows color (decimal): -2246457 or 13088989. OLE color: 13088989.
HSL color Cylindrical-coordinate representation of color #DDB8C7: hue angle of 335.68º degrees, saturation: 0.35, 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 #DDB8C7 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 199 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.13 |
| HSL | 335.68º | 0.35% | 0.79% | - |
| HSV(B) | 335.68º | 0.17% | 0.87% | - |
| XYZ | 57.27 | 53.78 | 61.39 | - |
| YUV | 196.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 199 | 0 | 0.17 | 0.10 | 0.13 | 335.68 | 0.35 | 0.79 |
| Hex | DD | B8 | C7 | 0 | 11 | A | D | 150 | 23 | 4F |
| Octal | 335 | 270 | 307 | 0 | 21 | 12 | 15 | 520 | 43 | 117 |
| Binary | 11011101 | 10111000 | 11000111 | 0 | 10001 | 1010 | 1101 | 101010000 | 100011 | 1001111 |
Color Harmonies of #DDB8C7
Complementary color
Monochromatic Colors of #DDB8C7
Black with #DDB8C7
Text Example
Text Example
White with #DDB8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8C7; }
p { color: rgb(221,184,199); }
H1.HeaderClassName
{
color: #DDB8C7;
}
.AnyTagClassName
{
color: #DDB8C7;
}
</style>
background-color css
<style>
a { background-color: #DDB8C7; }
a { background-color: rgb(221,184,199); }
div.DivClassName
{
background-color: #DDB8C7;
}
.BgClassName
{
background-color: #DDB8C7;
}
</style>
border-color css
<style>
span { border-color: #DDB8C7; }
span { border-color: rgb(221,184,199); }
td.TdClassName
{
border-color: #DDB8C7;
}
.TagClassName
{
border-color: #DDB8C7;
}
</style>