Shades of Melanie #DDB0C2
Tints of Melanie #DDB0C2
RGB
CMYK
RGB Variations
Color information
#DDB0C2 (or 0xDDB0C2) is known color: Melanie. HEX triplet: DD, B0 and C2. RGB value is (221,176,194). Sum of RGB (Red+Green+Blue) = 221+176+194=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0C2 is #224F3D. Grayscale: #BFBFBF. Windows color (decimal): -2248510 or 12759261. OLE color: 12759261.
HSL color Cylindrical-coordinate representation of color #DDB0C2: hue angle of 336º 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 #DDB0C2 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 194 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.13 |
| HSL | 336º | 0.4% | 0.78% | - |
| HSV(B) | 336º | 0.2% | 0.87% | - |
| XYZ | 55.08 | 50.32 | 57.85 | - |
| YUV | 191.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 194 | 0 | 0.20 | 0.12 | 0.13 | 336 | 0.4 | 0.78 |
| Hex | DD | B0 | C2 | 0 | 14 | C | D | 150 | 28 | 4E |
| Octal | 335 | 260 | 302 | 0 | 24 | 14 | 15 | 520 | 50 | 116 |
| Binary | 11011101 | 10110000 | 11000010 | 0 | 10100 | 1100 | 1101 | 101010000 | 101000 | 1001110 |
Color Harmonies of #DDB0C2
Complementary color
Monochromatic Colors of #DDB0C2
Black with #DDB0C2
Text Example
Text Example
White with #DDB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0C2; }
p { color: rgb(221,176,194); }
H1.HeaderClassName
{
color: #DDB0C2;
}
.AnyTagClassName
{
color: #DDB0C2;
}
</style>
background-color css
<style>
a { background-color: #DDB0C2; }
a { background-color: rgb(221,176,194); }
div.DivClassName
{
background-color: #DDB0C2;
}
.BgClassName
{
background-color: #DDB0C2;
}
</style>
border-color css
<style>
span { border-color: #DDB0C2; }
span { border-color: rgb(221,176,194); }
td.TdClassName
{
border-color: #DDB0C2;
}
.TagClassName
{
border-color: #DDB0C2;
}
</style>