Shades of Melanie #DDB2C0
Tints of Melanie #DDB2C0
RGB
CMYK
RGB Variations
Color information
#DDB2C0 (or 0xDDB2C0) is known color: Melanie. HEX triplet: DD, B2 and C0. RGB value is (221,178,192). Sum of RGB (Red+Green+Blue) = 221+178+192=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2C0 is #224D3F. Grayscale: #C0C0C0. Windows color (decimal): -2248000 or 12628701. OLE color: 12628701.
HSL color Cylindrical-coordinate representation of color #DDB2C0: hue angle of 340.47º 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 #DDB2C0 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 192 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.13 |
| HSL | 340.47º | 0.39% | 0.78% | - |
| HSV(B) | 340.47º | 0.19% | 0.87% | - |
| XYZ | 55.25 | 51.02 | 56.8 | - |
| YUV | 192.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 192 | 0 | 0.19 | 0.13 | 0.13 | 340.47 | 0.39 | 0.78 |
| Hex | DD | B2 | C0 | 0 | 13 | D | D | 154 | 27 | 4E |
| Octal | 335 | 262 | 300 | 0 | 23 | 15 | 15 | 524 | 47 | 116 |
| Binary | 11011101 | 10110010 | 11000000 | 0 | 10011 | 1101 | 1101 | 101010100 | 100111 | 1001110 |
Color Harmonies of #DDB2C0
Complementary color
Monochromatic Colors of #DDB2C0
Black with #DDB2C0
Text Example
Text Example
White with #DDB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2C0; }
p { color: rgb(221,178,192); }
H1.HeaderClassName
{
color: #DDB2C0;
}
.AnyTagClassName
{
color: #DDB2C0;
}
</style>
background-color css
<style>
a { background-color: #DDB2C0; }
a { background-color: rgb(221,178,192); }
div.DivClassName
{
background-color: #DDB2C0;
}
.BgClassName
{
background-color: #DDB2C0;
}
</style>
border-color css
<style>
span { border-color: #DDB2C0; }
span { border-color: rgb(221,178,192); }
td.TdClassName
{
border-color: #DDB2C0;
}
.TagClassName
{
border-color: #DDB2C0;
}
</style>