Shades of Melanie #DDBCC3
Tints of Melanie #DDBCC3
RGB
CMYK
RGB Variations
Color information
#DDBCC3 (or 0xDDBCC3) is known color: Melanie. HEX triplet: DD, BC and C3. RGB value is (221,188,195). Sum of RGB (Red+Green+Blue) = 221+188+195=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCC3 is #22433C. Grayscale: #C6C6C6. Windows color (decimal): -2245437 or 12827869. OLE color: 12827869.
HSL color Cylindrical-coordinate representation of color #DDBCC3: hue angle of 347.27º 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 #DDBCC3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 195 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.13 |
| HSL | 347.27º | 0.33% | 0.8% | - |
| HSV(B) | 347.27º | 0.15% | 0.87% | - |
| XYZ | 57.65 | 55.28 | 59.26 | - |
| YUV | 198.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 195 | 0 | 0.15 | 0.12 | 0.13 | 347.27 | 0.33 | 0.8 |
| Hex | DD | BC | C3 | 0 | F | C | D | 15B | 21 | 50 |
| Octal | 335 | 274 | 303 | 0 | 17 | 14 | 15 | 533 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11000011 | 0 | 1111 | 1100 | 1101 | 101011011 | 100001 | 1010000 |
Color Harmonies of #DDBCC3
Complementary color
Monochromatic Colors of #DDBCC3
Black with #DDBCC3
Text Example
Text Example
White with #DDBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCC3; }
p { color: rgb(221,188,195); }
H1.HeaderClassName
{
color: #DDBCC3;
}
.AnyTagClassName
{
color: #DDBCC3;
}
</style>
background-color css
<style>
a { background-color: #DDBCC3; }
a { background-color: rgb(221,188,195); }
div.DivClassName
{
background-color: #DDBCC3;
}
.BgClassName
{
background-color: #DDBCC3;
}
</style>
border-color css
<style>
span { border-color: #DDBCC3; }
span { border-color: rgb(221,188,195); }
td.TdClassName
{
border-color: #DDBCC3;
}
.TagClassName
{
border-color: #DDBCC3;
}
</style>