Shades of Melanie #DDB4BC
Tints of Melanie #DDB4BC
RGB
CMYK
RGB Variations
Color information
#DDB4BC (or 0xDDB4BC) is known color: Melanie. HEX triplet: DD, B4 and BC. RGB value is (221,180,188). Sum of RGB (Red+Green+Blue) = 221+180+188=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4BC is #224B43. Grayscale: #C1C1C1. Windows color (decimal): -2247492 or 12367069. OLE color: 12367069.
HSL color Cylindrical-coordinate representation of color #DDB4BC: hue angle of 348.29º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4BC is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 188 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.13 |
| HSL | 348.29º | 0.38% | 0.79% | - |
| HSV(B) | 348.29º | 0.19% | 0.87% | - |
| XYZ | 55.22 | 51.65 | 54.64 | - |
| YUV | 193.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 188 | 0 | 0.19 | 0.15 | 0.13 | 348.29 | 0.38 | 0.79 |
| Hex | DD | B4 | BC | 0 | 13 | F | D | 15C | 26 | 4F |
| Octal | 335 | 264 | 274 | 0 | 23 | 17 | 15 | 534 | 46 | 117 |
| Binary | 11011101 | 10110100 | 10111100 | 0 | 10011 | 1111 | 1101 | 101011100 | 100110 | 1001111 |
Color Harmonies of #DDB4BC
Complementary color
Monochromatic Colors of #DDB4BC
Black with #DDB4BC
Text Example
Text Example
White with #DDB4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4BC; }
p { color: rgb(221,180,188); }
H1.HeaderClassName
{
color: #DDB4BC;
}
.AnyTagClassName
{
color: #DDB4BC;
}
</style>
background-color css
<style>
a { background-color: #DDB4BC; }
a { background-color: rgb(221,180,188); }
div.DivClassName
{
background-color: #DDB4BC;
}
.BgClassName
{
background-color: #DDB4BC;
}
</style>
border-color css
<style>
span { border-color: #DDB4BC; }
span { border-color: rgb(221,180,188); }
td.TdClassName
{
border-color: #DDB4BC;
}
.TagClassName
{
border-color: #DDB4BC;
}
</style>