Shades of Melanie #DDB8BE
Tints of Melanie #DDB8BE
RGB
CMYK
RGB Variations
Color information
#DDB8BE (or 0xDDB8BE) is known color: Melanie. HEX triplet: DD, B8 and BE. RGB value is (221,184,190). Sum of RGB (Red+Green+Blue) = 221+184+190=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8BE is #224741. Grayscale: #C3C3C3. Windows color (decimal): -2246466 or 12499165. OLE color: 12499165.
HSL color Cylindrical-coordinate representation of color #DDB8BE: hue angle of 350.27º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB8BE is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 190 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.13 |
| HSL | 350.27º | 0.35% | 0.79% | - |
| HSV(B) | 350.27º | 0.17% | 0.87% | - |
| XYZ | 56.25 | 53.37 | 56.05 | - |
| YUV | 195.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 190 | 0 | 0.17 | 0.14 | 0.13 | 350.27 | 0.35 | 0.79 |
| Hex | DD | B8 | BE | 0 | 11 | E | D | 15E | 23 | 4F |
| Octal | 335 | 270 | 276 | 0 | 21 | 16 | 15 | 536 | 43 | 117 |
| Binary | 11011101 | 10111000 | 10111110 | 0 | 10001 | 1110 | 1101 | 101011110 | 100011 | 1001111 |
Color Harmonies of #DDB8BE
Complementary color
Monochromatic Colors of #DDB8BE
Black with #DDB8BE
Text Example
Text Example
White with #DDB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8BE; }
p { color: rgb(221,184,190); }
H1.HeaderClassName
{
color: #DDB8BE;
}
.AnyTagClassName
{
color: #DDB8BE;
}
</style>
background-color css
<style>
a { background-color: #DDB8BE; }
a { background-color: rgb(221,184,190); }
div.DivClassName
{
background-color: #DDB8BE;
}
.BgClassName
{
background-color: #DDB8BE;
}
</style>
border-color css
<style>
span { border-color: #DDB8BE; }
span { border-color: rgb(221,184,190); }
td.TdClassName
{
border-color: #DDB8BE;
}
.TagClassName
{
border-color: #DDB8BE;
}
</style>