Shades of Melanie #DDB4C0
Tints of Melanie #DDB4C0
RGB
CMYK
RGB Variations
Color information
#DDB4C0 (or 0xDDB4C0) is known color: Melanie. HEX triplet: DD, B4 and C0. RGB value is (221,180,192). Sum of RGB (Red+Green+Blue) = 221+180+192=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4C0 is #224B3F. Grayscale: #C1C1C1. Windows color (decimal): -2247488 or 12629213. OLE color: 12629213.
HSL color Cylindrical-coordinate representation of color #DDB4C0: hue angle of 342.44º 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 #DDB4C0 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 180 | 192 | - |
CMYK | 0 | 0.19 | 0.13 | 0.13 |
HSL | 342.44º | 0.38% | 0.79% | - |
HSV(B) | 342.44º | 0.19% | 0.87% | - |
XYZ | 55.65 | 51.82 | 56.94 | - |
YUV | 193.63 | 127.08 | 147.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 180 | 192 | 0 | 0.19 | 0.13 | 0.13 | 342.44 | 0.38 | 0.79 |
Hex | DD | B4 | C0 | 0 | 13 | D | D | 156 | 26 | 4F |
Octal | 335 | 264 | 300 | 0 | 23 | 15 | 15 | 526 | 46 | 117 |
Binary | 11011101 | 10110100 | 11000000 | 0 | 10011 | 1101 | 1101 | 101010110 | 100110 | 1001111 |
Color Harmonies of #DDB4C0
Complementary color
Monochromatic Colors of #DDB4C0
Black with #DDB4C0
Text Example
Text Example
White with #DDB4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4C0; }
p { color: rgb(221,180,192); }
H1.HeaderClassName
{
color: #DDB4C0;
}
.AnyTagClassName
{
color: #DDB4C0;
}
</style>
background-color css
<style>
a { background-color: #DDB4C0; }
a { background-color: rgb(221,180,192); }
div.DivClassName
{
background-color: #DDB4C0;
}
.BgClassName
{
background-color: #DDB4C0;
}
</style>
border-color css
<style>
span { border-color: #DDB4C0; }
span { border-color: rgb(221,180,192); }
td.TdClassName
{
border-color: #DDB4C0;
}
.TagClassName
{
border-color: #DDB4C0;
}
</style>