Shades of Melanie #DDB1C0
Tints of Melanie #DDB1C0
RGB
CMYK
RGB Variations
Color information
#DDB1C0 (or 0xDDB1C0) is known color: Melanie. HEX triplet: DD, B1 and C0. RGB value is (221,177,192). Sum of RGB (Red+Green+Blue) = 221+177+192=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1C0 is #224E3F. Grayscale: #BFBFBF. Windows color (decimal): -2248256 or 12628445. OLE color: 12628445.
HSL color Cylindrical-coordinate representation of color #DDB1C0: hue angle of 339.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB1C0 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 177 | 192 | - |
CMYK | 0 | 0.20 | 0.13 | 0.13 |
HSL | 339.55º | 0.39% | 0.78% | - |
HSV(B) | 339.55º | 0.2% | 0.87% | - |
XYZ | 55.06 | 50.62 | 56.74 | - |
YUV | 191.87 | 128.08 | 148.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 177 | 192 | 0 | 0.20 | 0.13 | 0.13 | 339.55 | 0.39 | 0.78 |
Hex | DD | B1 | C0 | 0 | 14 | D | D | 154 | 27 | 4E |
Octal | 335 | 261 | 300 | 0 | 24 | 15 | 15 | 524 | 47 | 116 |
Binary | 11011101 | 10110001 | 11000000 | 0 | 10100 | 1101 | 1101 | 101010100 | 100111 | 1001110 |
Color Harmonies of #DDB1C0
Complementary color
Monochromatic Colors of #DDB1C0
Black with #DDB1C0
Text Example
Text Example
White with #DDB1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1C0; }
p { color: rgb(221,177,192); }
H1.HeaderClassName
{
color: #DDB1C0;
}
.AnyTagClassName
{
color: #DDB1C0;
}
</style>
background-color css
<style>
a { background-color: #DDB1C0; }
a { background-color: rgb(221,177,192); }
div.DivClassName
{
background-color: #DDB1C0;
}
.BgClassName
{
background-color: #DDB1C0;
}
</style>
border-color css
<style>
span { border-color: #DDB1C0; }
span { border-color: rgb(221,177,192); }
td.TdClassName
{
border-color: #DDB1C0;
}
.TagClassName
{
border-color: #DDB1C0;
}
</style>