Shades of Melanie #DDBCC0
Tints of Melanie #DDBCC0
RGB
CMYK
RGB Variations
Color information
#DDBCC0 (or 0xDDBCC0) is known color: Melanie. HEX triplet: DD, BC and C0. RGB value is (221,188,192). Sum of RGB (Red+Green+Blue) = 221+188+192=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCC0 is #22433F. Grayscale: #C6C6C6. Windows color (decimal): -2245440 or 12631261. OLE color: 12631261.
HSL color Cylindrical-coordinate representation of color #DDBCC0: hue angle of 352.73º 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 #DDBCC0 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 192 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.13 |
| HSL | 352.73º | 0.33% | 0.8% | - |
| HSV(B) | 352.73º | 0.15% | 0.87% | - |
| XYZ | 57.32 | 55.14 | 57.49 | - |
| YUV | 198.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 192 | 0 | 0.15 | 0.13 | 0.13 | 352.73 | 0.33 | 0.8 |
| Hex | DD | BC | C0 | 0 | F | D | D | 161 | 21 | 50 |
| Octal | 335 | 274 | 300 | 0 | 17 | 15 | 15 | 541 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11000000 | 0 | 1111 | 1101 | 1101 | 101100001 | 100001 | 1010000 |
Color Harmonies of #DDBCC0
Complementary color
Monochromatic Colors of #DDBCC0
Black with #DDBCC0
Text Example
Text Example
White with #DDBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCC0; }
p { color: rgb(221,188,192); }
H1.HeaderClassName
{
color: #DDBCC0;
}
.AnyTagClassName
{
color: #DDBCC0;
}
</style>
background-color css
<style>
a { background-color: #DDBCC0; }
a { background-color: rgb(221,188,192); }
div.DivClassName
{
background-color: #DDBCC0;
}
.BgClassName
{
background-color: #DDBCC0;
}
</style>
border-color css
<style>
span { border-color: #DDBCC0; }
span { border-color: rgb(221,188,192); }
td.TdClassName
{
border-color: #DDBCC0;
}
.TagClassName
{
border-color: #DDBCC0;
}
</style>