Shades of Melanie #DDB4C5
Tints of Melanie #DDB4C5
RGB
CMYK
RGB Variations
Color information
#DDB4C5 (or 0xDDB4C5) is known color: Melanie. HEX triplet: DD, B4 and C5. RGB value is (221,180,197). Sum of RGB (Red+Green+Blue) = 221+180+197=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4C5 is #224B3A. Grayscale: #C2C2C2. Windows color (decimal): -2247483 or 12956893. OLE color: 12956893.
HSL color Cylindrical-coordinate representation of color #DDB4C5: hue angle of 335.12º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4C5 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 197 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.13 |
| HSL | 335.12º | 0.38% | 0.79% | - |
| HSV(B) | 335.12º | 0.19% | 0.87% | - |
| XYZ | 56.22 | 52.05 | 59.91 | - |
| YUV | 194.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 197 | 0 | 0.19 | 0.11 | 0.13 | 335.12 | 0.38 | 0.79 |
| Hex | DD | B4 | C5 | 0 | 13 | B | D | 14F | 26 | 4F |
| Octal | 335 | 264 | 305 | 0 | 23 | 13 | 15 | 517 | 46 | 117 |
| Binary | 11011101 | 10110100 | 11000101 | 0 | 10011 | 1011 | 1101 | 101001111 | 100110 | 1001111 |
Color Harmonies of #DDB4C5
Complementary color
Monochromatic Colors of #DDB4C5
Black with #DDB4C5
Text Example
Text Example
White with #DDB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4C5; }
p { color: rgb(221,180,197); }
H1.HeaderClassName
{
color: #DDB4C5;
}
.AnyTagClassName
{
color: #DDB4C5;
}
</style>
background-color css
<style>
a { background-color: #DDB4C5; }
a { background-color: rgb(221,180,197); }
div.DivClassName
{
background-color: #DDB4C5;
}
.BgClassName
{
background-color: #DDB4C5;
}
</style>
border-color css
<style>
span { border-color: #DDB4C5; }
span { border-color: rgb(221,180,197); }
td.TdClassName
{
border-color: #DDB4C5;
}
.TagClassName
{
border-color: #DDB4C5;
}
</style>