Shades of Melanie #DDB2BF
Tints of Melanie #DDB2BF
RGB
CMYK
RGB Variations
Color information
#DDB2BF (or 0xDDB2BF) is known color: Melanie. HEX triplet: DD, B2 and BF. RGB value is (221,178,191). Sum of RGB (Red+Green+Blue) = 221+178+191=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2BF is #224D40. Grayscale: #C0C0C0. Windows color (decimal): -2248001 or 12563165. OLE color: 12563165.
HSL color Cylindrical-coordinate representation of color #DDB2BF: hue angle of 341.86º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2BF is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 191 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.13 |
| HSL | 341.86º | 0.39% | 0.78% | - |
| HSV(B) | 341.86º | 0.19% | 0.87% | - |
| XYZ | 55.14 | 50.97 | 56.22 | - |
| YUV | 192.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 191 | 0 | 0.19 | 0.14 | 0.13 | 341.86 | 0.39 | 0.78 |
| Hex | DD | B2 | BF | 0 | 13 | E | D | 156 | 27 | 4E |
| Octal | 335 | 262 | 277 | 0 | 23 | 16 | 15 | 526 | 47 | 116 |
| Binary | 11011101 | 10110010 | 10111111 | 0 | 10011 | 1110 | 1101 | 101010110 | 100111 | 1001110 |
Color Harmonies of #DDB2BF
Complementary color
Monochromatic Colors of #DDB2BF
Black with #DDB2BF
Text Example
Text Example
White with #DDB2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2BF; }
p { color: rgb(221,178,191); }
H1.HeaderClassName
{
color: #DDB2BF;
}
.AnyTagClassName
{
color: #DDB2BF;
}
</style>
background-color css
<style>
a { background-color: #DDB2BF; }
a { background-color: rgb(221,178,191); }
div.DivClassName
{
background-color: #DDB2BF;
}
.BgClassName
{
background-color: #DDB2BF;
}
</style>
border-color css
<style>
span { border-color: #DDB2BF; }
span { border-color: rgb(221,178,191); }
td.TdClassName
{
border-color: #DDB2BF;
}
.TagClassName
{
border-color: #DDB2BF;
}
</style>