Shades of Melanie #DDB8C0
Tints of Melanie #DDB8C0
RGB
CMYK
RGB Variations
Color information
#DDB8C0 (or 0xDDB8C0) is known color: Melanie. HEX triplet: DD, B8 and C0. RGB value is (221,184,192). Sum of RGB (Red+Green+Blue) = 221+184+192=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8C0 is #22473F. Grayscale: #C3C3C3. Windows color (decimal): -2246464 or 12630237. OLE color: 12630237.
HSL color Cylindrical-coordinate representation of color #DDB8C0: hue angle of 347.03º 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 #DDB8C0 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 192 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.13 |
| HSL | 347.03º | 0.35% | 0.79% | - |
| HSV(B) | 347.03º | 0.17% | 0.87% | - |
| XYZ | 56.47 | 53.46 | 57.21 | - |
| YUV | 195.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 192 | 0 | 0.17 | 0.13 | 0.13 | 347.03 | 0.35 | 0.79 |
| Hex | DD | B8 | C0 | 0 | 11 | D | D | 15B | 23 | 4F |
| Octal | 335 | 270 | 300 | 0 | 21 | 15 | 15 | 533 | 43 | 117 |
| Binary | 11011101 | 10111000 | 11000000 | 0 | 10001 | 1101 | 1101 | 101011011 | 100011 | 1001111 |
Color Harmonies of #DDB8C0
Complementary color
Monochromatic Colors of #DDB8C0
Black with #DDB8C0
Text Example
Text Example
White with #DDB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8C0; }
p { color: rgb(221,184,192); }
H1.HeaderClassName
{
color: #DDB8C0;
}
.AnyTagClassName
{
color: #DDB8C0;
}
</style>
background-color css
<style>
a { background-color: #DDB8C0; }
a { background-color: rgb(221,184,192); }
div.DivClassName
{
background-color: #DDB8C0;
}
.BgClassName
{
background-color: #DDB8C0;
}
</style>
border-color css
<style>
span { border-color: #DDB8C0; }
span { border-color: rgb(221,184,192); }
td.TdClassName
{
border-color: #DDB8C0;
}
.TagClassName
{
border-color: #DDB8C0;
}
</style>