Shades of Melanie #DDBBC0
Tints of Melanie #DDBBC0
RGB
CMYK
RGB Variations
Color information
#DDBBC0 (or 0xDDBBC0) is known color: Melanie. HEX triplet: DD, BB and C0. RGB value is (221,187,192). Sum of RGB (Red+Green+Blue) = 221+187+192=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC0 is #22443F. Grayscale: #C5C5C5. Windows color (decimal): -2245696 or 12631005. OLE color: 12631005.
HSL color Cylindrical-coordinate representation of color #DDBBC0: hue angle of 351.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBC0 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 192 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.13 |
| HSL | 351.18º | 0.33% | 0.8% | - |
| HSV(B) | 351.18º | 0.15% | 0.87% | - |
| XYZ | 57.1 | 54.72 | 57.42 | - |
| YUV | 197.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 192 | 0 | 0.15 | 0.13 | 0.13 | 351.18 | 0.33 | 0.8 |
| Hex | DD | BB | C0 | 0 | F | D | D | 15F | 21 | 50 |
| Octal | 335 | 273 | 300 | 0 | 17 | 15 | 15 | 537 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11000000 | 0 | 1111 | 1101 | 1101 | 101011111 | 100001 | 1010000 |
Color Harmonies of #DDBBC0
Complementary color
Monochromatic Colors of #DDBBC0
Black with #DDBBC0
Text Example
Text Example
White with #DDBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBC0; }
p { color: rgb(221,187,192); }
H1.HeaderClassName
{
color: #DDBBC0;
}
.AnyTagClassName
{
color: #DDBBC0;
}
</style>
background-color css
<style>
a { background-color: #DDBBC0; }
a { background-color: rgb(221,187,192); }
div.DivClassName
{
background-color: #DDBBC0;
}
.BgClassName
{
background-color: #DDBBC0;
}
</style>
border-color css
<style>
span { border-color: #DDBBC0; }
span { border-color: rgb(221,187,192); }
td.TdClassName
{
border-color: #DDBBC0;
}
.TagClassName
{
border-color: #DDBBC0;
}
</style>