Shades of Melanie #DDB7C1
Tints of Melanie #DDB7C1
RGB
CMYK
RGB Variations
Color information
#DDB7C1 (or 0xDDB7C1) is known color: Melanie. HEX triplet: DD, B7 and C1. RGB value is (221,183,193). Sum of RGB (Red+Green+Blue) = 221+183+193=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7C1 is #22483E. Grayscale: #C3C3C3. Windows color (decimal): -2246719 or 12695517. OLE color: 12695517.
HSL color Cylindrical-coordinate representation of color #DDB7C1: hue angle of 344.21º degrees, saturation: 0.36, 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 #DDB7C1 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 193 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.13 |
| HSL | 344.21º | 0.36% | 0.79% | - |
| HSV(B) | 344.21º | 0.17% | 0.87% | - |
| XYZ | 56.38 | 53.09 | 57.73 | - |
| YUV | 195.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 193 | 0 | 0.17 | 0.13 | 0.13 | 344.21 | 0.36 | 0.79 |
| Hex | DD | B7 | C1 | 0 | 11 | D | D | 158 | 24 | 4F |
| Octal | 335 | 267 | 301 | 0 | 21 | 15 | 15 | 530 | 44 | 117 |
| Binary | 11011101 | 10110111 | 11000001 | 0 | 10001 | 1101 | 1101 | 101011000 | 100100 | 1001111 |
Color Harmonies of #DDB7C1
Complementary color
Monochromatic Colors of #DDB7C1
Black with #DDB7C1
Text Example
Text Example
White with #DDB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7C1; }
p { color: rgb(221,183,193); }
H1.HeaderClassName
{
color: #DDB7C1;
}
.AnyTagClassName
{
color: #DDB7C1;
}
</style>
background-color css
<style>
a { background-color: #DDB7C1; }
a { background-color: rgb(221,183,193); }
div.DivClassName
{
background-color: #DDB7C1;
}
.BgClassName
{
background-color: #DDB7C1;
}
</style>
border-color css
<style>
span { border-color: #DDB7C1; }
span { border-color: rgb(221,183,193); }
td.TdClassName
{
border-color: #DDB7C1;
}
.TagClassName
{
border-color: #DDB7C1;
}
</style>