Shades of Melanie #DDB2BD
Tints of Melanie #DDB2BD
RGB
CMYK
RGB Variations
Color information
#DDB2BD (or 0xDDB2BD) is known color: Melanie. HEX triplet: DD, B2 and BD. RGB value is (221,178,189). Sum of RGB (Red+Green+Blue) = 221+178+189=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2BD is #224D42. Grayscale: #C0C0C0. Windows color (decimal): -2248003 or 12432093. OLE color: 12432093.
HSL color Cylindrical-coordinate representation of color #DDB2BD: hue angle of 344.65º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2BD is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 189 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.13 |
| HSL | 344.65º | 0.39% | 0.78% | - |
| HSV(B) | 344.65º | 0.19% | 0.87% | - |
| XYZ | 54.92 | 50.89 | 55.07 | - |
| YUV | 192.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 189 | 0 | 0.19 | 0.14 | 0.13 | 344.65 | 0.39 | 0.78 |
| Hex | DD | B2 | BD | 0 | 13 | E | D | 159 | 27 | 4E |
| Octal | 335 | 262 | 275 | 0 | 23 | 16 | 15 | 531 | 47 | 116 |
| Binary | 11011101 | 10110010 | 10111101 | 0 | 10011 | 1110 | 1101 | 101011001 | 100111 | 1001110 |
Color Harmonies of #DDB2BD
Complementary color
Monochromatic Colors of #DDB2BD
Black with #DDB2BD
Text Example
Text Example
White with #DDB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2BD; }
p { color: rgb(221,178,189); }
H1.HeaderClassName
{
color: #DDB2BD;
}
.AnyTagClassName
{
color: #DDB2BD;
}
</style>
background-color css
<style>
a { background-color: #DDB2BD; }
a { background-color: rgb(221,178,189); }
div.DivClassName
{
background-color: #DDB2BD;
}
.BgClassName
{
background-color: #DDB2BD;
}
</style>
border-color css
<style>
span { border-color: #DDB2BD; }
span { border-color: rgb(221,178,189); }
td.TdClassName
{
border-color: #DDB2BD;
}
.TagClassName
{
border-color: #DDB2BD;
}
</style>