Shades of Melanie #DDB0C1
Tints of Melanie #DDB0C1
RGB
CMYK
RGB Variations
Color information
#DDB0C1 (or 0xDDB0C1) is known color: Melanie. HEX triplet: DD, B0 and C1. RGB value is (221,176,193). Sum of RGB (Red+Green+Blue) = 221+176+193=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0C1 is #224F3E. Grayscale: #BFBFBF. Windows color (decimal): -2248511 or 12693725. OLE color: 12693725.
HSL color Cylindrical-coordinate representation of color #DDB0C1: hue angle of 337.33º degrees, saturation: 0.4, 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 #DDB0C1 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 193 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.13 |
| HSL | 337.33º | 0.4% | 0.78% | - |
| HSV(B) | 337.33º | 0.2% | 0.87% | - |
| XYZ | 54.97 | 50.27 | 57.26 | - |
| YUV | 191.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 193 | 0 | 0.20 | 0.13 | 0.13 | 337.33 | 0.4 | 0.78 |
| Hex | DD | B0 | C1 | 0 | 14 | D | D | 151 | 28 | 4E |
| Octal | 335 | 260 | 301 | 0 | 24 | 15 | 15 | 521 | 50 | 116 |
| Binary | 11011101 | 10110000 | 11000001 | 0 | 10100 | 1101 | 1101 | 101010001 | 101000 | 1001110 |
Color Harmonies of #DDB0C1
Complementary color
Monochromatic Colors of #DDB0C1
Black with #DDB0C1
Text Example
Text Example
White with #DDB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0C1; }
p { color: rgb(221,176,193); }
H1.HeaderClassName
{
color: #DDB0C1;
}
.AnyTagClassName
{
color: #DDB0C1;
}
</style>
background-color css
<style>
a { background-color: #DDB0C1; }
a { background-color: rgb(221,176,193); }
div.DivClassName
{
background-color: #DDB0C1;
}
.BgClassName
{
background-color: #DDB0C1;
}
</style>
border-color css
<style>
span { border-color: #DDB0C1; }
span { border-color: rgb(221,176,193); }
td.TdClassName
{
border-color: #DDB0C1;
}
.TagClassName
{
border-color: #DDB0C1;
}
</style>