Shades of Melanie #DDBABF
Tints of Melanie #DDBABF
RGB
CMYK
RGB Variations
Color information
#DDBABF (or 0xDDBABF) is known color: Melanie. HEX triplet: DD, BA and BF. RGB value is (221,186,191). Sum of RGB (Red+Green+Blue) = 221+186+191=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBABF is #224540. Grayscale: #C5C5C5. Windows color (decimal): -2245953 or 12565213. OLE color: 12565213.
HSL color Cylindrical-coordinate representation of color #DDBABF: hue angle of 351.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 #DDBABF is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 191 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.13 |
| HSL | 351.43º | 0.34% | 0.8% | - |
| HSV(B) | 351.43º | 0.16% | 0.87% | - |
| XYZ | 56.78 | 54.25 | 56.77 | - |
| YUV | 197.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 191 | 0 | 0.16 | 0.14 | 0.13 | 351.43 | 0.34 | 0.8 |
| Hex | DD | BA | BF | 0 | 10 | E | D | 15F | 22 | 50 |
| Octal | 335 | 272 | 277 | 0 | 20 | 16 | 15 | 537 | 42 | 120 |
| Binary | 11011101 | 10111010 | 10111111 | 0 | 10000 | 1110 | 1101 | 101011111 | 100010 | 1010000 |
Color Harmonies of #DDBABF
Complementary color
Monochromatic Colors of #DDBABF
Black with #DDBABF
Text Example
Text Example
White with #DDBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBABF; }
p { color: rgb(221,186,191); }
H1.HeaderClassName
{
color: #DDBABF;
}
.AnyTagClassName
{
color: #DDBABF;
}
</style>
background-color css
<style>
a { background-color: #DDBABF; }
a { background-color: rgb(221,186,191); }
div.DivClassName
{
background-color: #DDBABF;
}
.BgClassName
{
background-color: #DDBABF;
}
</style>
border-color css
<style>
span { border-color: #DDBABF; }
span { border-color: rgb(221,186,191); }
td.TdClassName
{
border-color: #DDBABF;
}
.TagClassName
{
border-color: #DDBABF;
}
</style>