Shades of Melanie #DDB6BD
Tints of Melanie #DDB6BD
RGB
CMYK
RGB Variations
Color information
#DDB6BD (or 0xDDB6BD) is known color: Melanie. HEX triplet: DD, B6 and BD. RGB value is (221,182,189). Sum of RGB (Red+Green+Blue) = 221+182+189=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6BD is #224942. Grayscale: #C2C2C2. Windows color (decimal): -2246979 or 12433117. OLE color: 12433117.
HSL color Cylindrical-coordinate representation of color #DDB6BD: hue angle of 349.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB6BD is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 189 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.13 |
| HSL | 349.23º | 0.36% | 0.79% | - |
| HSV(B) | 349.23º | 0.18% | 0.87% | - |
| XYZ | 55.73 | 52.5 | 55.34 | - |
| YUV | 194.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 189 | 0 | 0.18 | 0.14 | 0.13 | 349.23 | 0.36 | 0.79 |
| Hex | DD | B6 | BD | 0 | 12 | E | D | 15D | 24 | 4F |
| Octal | 335 | 266 | 275 | 0 | 22 | 16 | 15 | 535 | 44 | 117 |
| Binary | 11011101 | 10110110 | 10111101 | 0 | 10010 | 1110 | 1101 | 101011101 | 100100 | 1001111 |
Color Harmonies of #DDB6BD
Complementary color
Monochromatic Colors of #DDB6BD
Black with #DDB6BD
Text Example
Text Example
White with #DDB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6BD; }
p { color: rgb(221,182,189); }
H1.HeaderClassName
{
color: #DDB6BD;
}
.AnyTagClassName
{
color: #DDB6BD;
}
</style>
background-color css
<style>
a { background-color: #DDB6BD; }
a { background-color: rgb(221,182,189); }
div.DivClassName
{
background-color: #DDB6BD;
}
.BgClassName
{
background-color: #DDB6BD;
}
</style>
border-color css
<style>
span { border-color: #DDB6BD; }
span { border-color: rgb(221,182,189); }
td.TdClassName
{
border-color: #DDB6BD;
}
.TagClassName
{
border-color: #DDB6BD;
}
</style>