Shades of Melanie #DDBCC1
Tints of Melanie #DDBCC1
RGB
CMYK
RGB Variations
Color information
#DDBCC1 (or 0xDDBCC1) is known color: Melanie. HEX triplet: DD, BC and C1. RGB value is (221,188,193). Sum of RGB (Red+Green+Blue) = 221+188+193=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCC1 is #22433E. Grayscale: #C6C6C6. Windows color (decimal): -2245439 or 12696797. OLE color: 12696797.
HSL color Cylindrical-coordinate representation of color #DDBCC1: hue angle of 350.91º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBCC1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 193 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.13 |
| HSL | 350.91º | 0.33% | 0.8% | - |
| HSV(B) | 350.91º | 0.15% | 0.87% | - |
| XYZ | 57.43 | 55.19 | 58.08 | - |
| YUV | 198.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 193 | 0 | 0.15 | 0.13 | 0.13 | 350.91 | 0.33 | 0.8 |
| Hex | DD | BC | C1 | 0 | F | D | D | 15F | 21 | 50 |
| Octal | 335 | 274 | 301 | 0 | 17 | 15 | 15 | 537 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11000001 | 0 | 1111 | 1101 | 1101 | 101011111 | 100001 | 1010000 |
Color Harmonies of #DDBCC1
Complementary color
Monochromatic Colors of #DDBCC1
Black with #DDBCC1
Text Example
Text Example
White with #DDBCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCC1; }
p { color: rgb(221,188,193); }
H1.HeaderClassName
{
color: #DDBCC1;
}
.AnyTagClassName
{
color: #DDBCC1;
}
</style>
background-color css
<style>
a { background-color: #DDBCC1; }
a { background-color: rgb(221,188,193); }
div.DivClassName
{
background-color: #DDBCC1;
}
.BgClassName
{
background-color: #DDBCC1;
}
</style>
border-color css
<style>
span { border-color: #DDBCC1; }
span { border-color: rgb(221,188,193); }
td.TdClassName
{
border-color: #DDBCC1;
}
.TagClassName
{
border-color: #DDBCC1;
}
</style>