Shades of Melanie #DDADBB
Tints of Melanie #DDADBB
RGB
CMYK
RGB Variations
Color information
#DDADBB (or 0xDDADBB) is known color: Melanie. HEX triplet: DD, AD and BB. RGB value is (221,173,187). Sum of RGB (Red+Green+Blue) = 221+173+187=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADBB is #225244. Grayscale: #BCBCBC. Windows color (decimal): -2249285 or 12299741. OLE color: 12299741.
HSL color Cylindrical-coordinate representation of color #DDADBB: hue angle of 342.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADBB is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 187 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.13 |
| HSL | 342.5º | 0.41% | 0.77% | - |
| HSV(B) | 342.5º | 0.22% | 0.87% | - |
| XYZ | 53.73 | 48.85 | 53.61 | - |
| YUV | 188.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 187 | 0 | 0.22 | 0.15 | 0.13 | 342.5 | 0.41 | 0.77 |
| Hex | DD | AD | BB | 0 | 16 | F | D | 156 | 29 | 4D |
| Octal | 335 | 255 | 273 | 0 | 26 | 17 | 15 | 526 | 51 | 115 |
| Binary | 11011101 | 10101101 | 10111011 | 0 | 10110 | 1111 | 1101 | 101010110 | 101001 | 1001101 |
Color Harmonies of #DDADBB
Complementary color
Monochromatic Colors of #DDADBB
Black with #DDADBB
Text Example
Text Example
White with #DDADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADBB; }
p { color: rgb(221,173,187); }
H1.HeaderClassName
{
color: #DDADBB;
}
.AnyTagClassName
{
color: #DDADBB;
}
</style>
background-color css
<style>
a { background-color: #DDADBB; }
a { background-color: rgb(221,173,187); }
div.DivClassName
{
background-color: #DDADBB;
}
.BgClassName
{
background-color: #DDADBB;
}
</style>
border-color css
<style>
span { border-color: #DDADBB; }
span { border-color: rgb(221,173,187); }
td.TdClassName
{
border-color: #DDADBB;
}
.TagClassName
{
border-color: #DDADBB;
}
</style>