Shades of Melanie #DDBAC1
Tints of Melanie #DDBAC1
RGB
CMYK
RGB Variations
Color information
#DDBAC1 (or 0xDDBAC1) is known color: Melanie. HEX triplet: DD, BA and C1. RGB value is (221,186,193). Sum of RGB (Red+Green+Blue) = 221+186+193=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC1 is #22453E. Grayscale: #C5C5C5. Windows color (decimal): -2245951 or 12696285. OLE color: 12696285.
HSL color Cylindrical-coordinate representation of color #DDBAC1: hue angle of 348º 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 #DDBAC1 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 193 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.13 |
| HSL | 348º | 0.34% | 0.8% | - |
| HSV(B) | 348º | 0.16% | 0.87% | - |
| XYZ | 57 | 54.34 | 57.94 | - |
| YUV | 197.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 193 | 0 | 0.16 | 0.13 | 0.13 | 348 | 0.34 | 0.8 |
| Hex | DD | BA | C1 | 0 | 10 | D | D | 15C | 22 | 50 |
| Octal | 335 | 272 | 301 | 0 | 20 | 15 | 15 | 534 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11000001 | 0 | 10000 | 1101 | 1101 | 101011100 | 100010 | 1010000 |
Color Harmonies of #DDBAC1
Complementary color
Monochromatic Colors of #DDBAC1
Black with #DDBAC1
Text Example
Text Example
White with #DDBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAC1; }
p { color: rgb(221,186,193); }
H1.HeaderClassName
{
color: #DDBAC1;
}
.AnyTagClassName
{
color: #DDBAC1;
}
</style>
background-color css
<style>
a { background-color: #DDBAC1; }
a { background-color: rgb(221,186,193); }
div.DivClassName
{
background-color: #DDBAC1;
}
.BgClassName
{
background-color: #DDBAC1;
}
</style>
border-color css
<style>
span { border-color: #DDBAC1; }
span { border-color: rgb(221,186,193); }
td.TdClassName
{
border-color: #DDBAC1;
}
.TagClassName
{
border-color: #DDBAC1;
}
</style>