Shades of Melanie #DDB0C0
Tints of Melanie #DDB0C0
RGB
CMYK
RGB Variations
Color information
#DDB0C0 (or 0xDDB0C0) is known color: Melanie. HEX triplet: DD, B0 and C0. RGB value is (221,176,192). Sum of RGB (Red+Green+Blue) = 221+176+192=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0C0 is #224F3F. Grayscale: #BFBFBF. Windows color (decimal): -2248512 or 12628189. OLE color: 12628189.
HSL color Cylindrical-coordinate representation of color #DDB0C0: hue angle of 338.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0C0 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 192 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.13 |
| HSL | 338.67º | 0.4% | 0.78% | - |
| HSV(B) | 338.67º | 0.2% | 0.87% | - |
| XYZ | 54.86 | 50.23 | 56.67 | - |
| YUV | 191.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 192 | 0 | 0.20 | 0.13 | 0.13 | 338.67 | 0.4 | 0.78 |
| Hex | DD | B0 | C0 | 0 | 14 | D | D | 153 | 28 | 4E |
| Octal | 335 | 260 | 300 | 0 | 24 | 15 | 15 | 523 | 50 | 116 |
| Binary | 11011101 | 10110000 | 11000000 | 0 | 10100 | 1101 | 1101 | 101010011 | 101000 | 1001110 |
Color Harmonies of #DDB0C0
Complementary color
Monochromatic Colors of #DDB0C0
Black with #DDB0C0
Text Example
Text Example
White with #DDB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0C0; }
p { color: rgb(221,176,192); }
H1.HeaderClassName
{
color: #DDB0C0;
}
.AnyTagClassName
{
color: #DDB0C0;
}
</style>
background-color css
<style>
a { background-color: #DDB0C0; }
a { background-color: rgb(221,176,192); }
div.DivClassName
{
background-color: #DDB0C0;
}
.BgClassName
{
background-color: #DDB0C0;
}
</style>
border-color css
<style>
span { border-color: #DDB0C0; }
span { border-color: rgb(221,176,192); }
td.TdClassName
{
border-color: #DDB0C0;
}
.TagClassName
{
border-color: #DDB0C0;
}
</style>