Shades of Melanie #DDB8BF
Tints of Melanie #DDB8BF
RGB
CMYK
RGB Variations
Color information
#DDB8BF (or 0xDDB8BF) is known color: Melanie. HEX triplet: DD, B8 and BF. RGB value is (221,184,191). Sum of RGB (Red+Green+Blue) = 221+184+191=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8BF is #224740. Grayscale: #C3C3C3. Windows color (decimal): -2246465 or 12564701. OLE color: 12564701.
HSL color Cylindrical-coordinate representation of color #DDB8BF: hue angle of 348.65º 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 #DDB8BF is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 191 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.13 |
| HSL | 348.65º | 0.35% | 0.79% | - |
| HSV(B) | 348.65º | 0.17% | 0.87% | - |
| XYZ | 56.36 | 53.41 | 56.63 | - |
| YUV | 195.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 191 | 0 | 0.17 | 0.14 | 0.13 | 348.65 | 0.35 | 0.79 |
| Hex | DD | B8 | BF | 0 | 11 | E | D | 15D | 23 | 4F |
| Octal | 335 | 270 | 277 | 0 | 21 | 16 | 15 | 535 | 43 | 117 |
| Binary | 11011101 | 10111000 | 10111111 | 0 | 10001 | 1110 | 1101 | 101011101 | 100011 | 1001111 |
Color Harmonies of #DDB8BF
Complementary color
Monochromatic Colors of #DDB8BF
Black with #DDB8BF
Text Example
Text Example
White with #DDB8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8BF; }
p { color: rgb(221,184,191); }
H1.HeaderClassName
{
color: #DDB8BF;
}
.AnyTagClassName
{
color: #DDB8BF;
}
</style>
background-color css
<style>
a { background-color: #DDB8BF; }
a { background-color: rgb(221,184,191); }
div.DivClassName
{
background-color: #DDB8BF;
}
.BgClassName
{
background-color: #DDB8BF;
}
</style>
border-color css
<style>
span { border-color: #DDB8BF; }
span { border-color: rgb(221,184,191); }
td.TdClassName
{
border-color: #DDB8BF;
}
.TagClassName
{
border-color: #DDB8BF;
}
</style>