Shades of Melanie #DDBAC6
Tints of Melanie #DDBAC6
RGB
CMYK
RGB Variations
Color information
#DDBAC6 (or 0xDDBAC6) is known color: Melanie. HEX triplet: DD, BA and C6. RGB value is (221,186,198). Sum of RGB (Red+Green+Blue) = 221+186+198=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC6 is #224539. Grayscale: #C5C5C5. Windows color (decimal): -2245946 or 13023965. OLE color: 13023965.
HSL color Cylindrical-coordinate representation of color #DDBAC6: hue angle of 339.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBAC6 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 198 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.13 |
| HSL | 339.43º | 0.34% | 0.8% | - |
| HSV(B) | 339.43º | 0.16% | 0.87% | - |
| XYZ | 57.57 | 54.57 | 60.92 | - |
| YUV | 197.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 198 | 0 | 0.16 | 0.10 | 0.13 | 339.43 | 0.34 | 0.8 |
| Hex | DD | BA | C6 | 0 | 10 | A | D | 153 | 22 | 50 |
| Octal | 335 | 272 | 306 | 0 | 20 | 12 | 15 | 523 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11000110 | 0 | 10000 | 1010 | 1101 | 101010011 | 100010 | 1010000 |
Color Harmonies of #DDBAC6
Complementary color
Monochromatic Colors of #DDBAC6
Black with #DDBAC6
Text Example
Text Example
White with #DDBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAC6; }
p { color: rgb(221,186,198); }
H1.HeaderClassName
{
color: #DDBAC6;
}
.AnyTagClassName
{
color: #DDBAC6;
}
</style>
background-color css
<style>
a { background-color: #DDBAC6; }
a { background-color: rgb(221,186,198); }
div.DivClassName
{
background-color: #DDBAC6;
}
.BgClassName
{
background-color: #DDBAC6;
}
</style>
border-color css
<style>
span { border-color: #DDBAC6; }
span { border-color: rgb(221,186,198); }
td.TdClassName
{
border-color: #DDBAC6;
}
.TagClassName
{
border-color: #DDBAC6;
}
</style>