Shades of Melanie #DDBCC4
Tints of Melanie #DDBCC4
RGB
CMYK
RGB Variations
Color information
#DDBCC4 (or 0xDDBCC4) is known color: Melanie. HEX triplet: DD, BC and C4. RGB value is (221,188,196). Sum of RGB (Red+Green+Blue) = 221+188+196=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCC4 is #22433B. Grayscale: #C6C6C6. Windows color (decimal): -2245436 or 12893405. OLE color: 12893405.
HSL color Cylindrical-coordinate representation of color #DDBCC4: hue angle of 345.45º 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 #DDBCC4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 196 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.13 |
| HSL | 345.45º | 0.33% | 0.8% | - |
| HSV(B) | 345.45º | 0.15% | 0.87% | - |
| XYZ | 57.77 | 55.32 | 59.86 | - |
| YUV | 198.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 196 | 0 | 0.15 | 0.11 | 0.13 | 345.45 | 0.33 | 0.8 |
| Hex | DD | BC | C4 | 0 | F | B | D | 159 | 21 | 50 |
| Octal | 335 | 274 | 304 | 0 | 17 | 13 | 15 | 531 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11000100 | 0 | 1111 | 1011 | 1101 | 101011001 | 100001 | 1010000 |
Color Harmonies of #DDBCC4
Complementary color
Monochromatic Colors of #DDBCC4
Black with #DDBCC4
Text Example
Text Example
White with #DDBCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCC4; }
p { color: rgb(221,188,196); }
H1.HeaderClassName
{
color: #DDBCC4;
}
.AnyTagClassName
{
color: #DDBCC4;
}
</style>
background-color css
<style>
a { background-color: #DDBCC4; }
a { background-color: rgb(221,188,196); }
div.DivClassName
{
background-color: #DDBCC4;
}
.BgClassName
{
background-color: #DDBCC4;
}
</style>
border-color css
<style>
span { border-color: #DDBCC4; }
span { border-color: rgb(221,188,196); }
td.TdClassName
{
border-color: #DDBCC4;
}
.TagClassName
{
border-color: #DDBCC4;
}
</style>