Shades of Melanie #DDB2C5
Tints of Melanie #DDB2C5
RGB
CMYK
RGB Variations
Color information
#DDB2C5 (or 0xDDB2C5) is known color: Melanie. HEX triplet: DD, B2 and C5. RGB value is (221,178,197). Sum of RGB (Red+Green+Blue) = 221+178+197=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2C5 is #224D3A. Grayscale: #C0C0C0. Windows color (decimal): -2247995 or 12956381. OLE color: 12956381.
HSL color Cylindrical-coordinate representation of color #DDB2C5: hue angle of 333.49º 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 #DDB2C5 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 197 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.13 |
| HSL | 333.49º | 0.39% | 0.78% | - |
| HSV(B) | 333.49º | 0.19% | 0.87% | - |
| XYZ | 55.82 | 51.24 | 59.77 | - |
| YUV | 193.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 197 | 0 | 0.19 | 0.11 | 0.13 | 333.49 | 0.39 | 0.78 |
| Hex | DD | B2 | C5 | 0 | 13 | B | D | 14D | 27 | 4E |
| Octal | 335 | 262 | 305 | 0 | 23 | 13 | 15 | 515 | 47 | 116 |
| Binary | 11011101 | 10110010 | 11000101 | 0 | 10011 | 1011 | 1101 | 101001101 | 100111 | 1001110 |
Color Harmonies of #DDB2C5
Complementary color
Monochromatic Colors of #DDB2C5
Black with #DDB2C5
Text Example
Text Example
White with #DDB2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2C5; }
p { color: rgb(221,178,197); }
H1.HeaderClassName
{
color: #DDB2C5;
}
.AnyTagClassName
{
color: #DDB2C5;
}
</style>
background-color css
<style>
a { background-color: #DDB2C5; }
a { background-color: rgb(221,178,197); }
div.DivClassName
{
background-color: #DDB2C5;
}
.BgClassName
{
background-color: #DDB2C5;
}
</style>
border-color css
<style>
span { border-color: #DDB2C5; }
span { border-color: rgb(221,178,197); }
td.TdClassName
{
border-color: #DDB2C5;
}
.TagClassName
{
border-color: #DDB2C5;
}
</style>