Shades of Melanie #DDBCC5
Tints of Melanie #DDBCC5
RGB
CMYK
RGB Variations
Color information
#DDBCC5 (or 0xDDBCC5) is known color: Melanie. HEX triplet: DD, BC and C5. RGB value is (221,188,197). Sum of RGB (Red+Green+Blue) = 221+188+197=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCC5 is #22433A. Grayscale: #C6C6C6. Windows color (decimal): -2245435 or 12958941. OLE color: 12958941.
HSL color Cylindrical-coordinate representation of color #DDBCC5: hue angle of 343.64º 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 #DDBCC5 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 197 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.13 |
| HSL | 343.64º | 0.33% | 0.8% | - |
| HSV(B) | 343.64º | 0.15% | 0.87% | - |
| XYZ | 57.88 | 55.37 | 60.46 | - |
| YUV | 198.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 197 | 0 | 0.15 | 0.11 | 0.13 | 343.64 | 0.33 | 0.8 |
| Hex | DD | BC | C5 | 0 | F | B | D | 158 | 21 | 50 |
| Octal | 335 | 274 | 305 | 0 | 17 | 13 | 15 | 530 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11000101 | 0 | 1111 | 1011 | 1101 | 101011000 | 100001 | 1010000 |
Color Harmonies of #DDBCC5
Complementary color
Monochromatic Colors of #DDBCC5
Black with #DDBCC5
Text Example
Text Example
White with #DDBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCC5; }
p { color: rgb(221,188,197); }
H1.HeaderClassName
{
color: #DDBCC5;
}
.AnyTagClassName
{
color: #DDBCC5;
}
</style>
background-color css
<style>
a { background-color: #DDBCC5; }
a { background-color: rgb(221,188,197); }
div.DivClassName
{
background-color: #DDBCC5;
}
.BgClassName
{
background-color: #DDBCC5;
}
</style>
border-color css
<style>
span { border-color: #DDBCC5; }
span { border-color: rgb(221,188,197); }
td.TdClassName
{
border-color: #DDBCC5;
}
.TagClassName
{
border-color: #DDBCC5;
}
</style>