Shades of Melanie #DDC4C8
Tints of Melanie #DDC4C8
RGB
CMYK
RGB Variations
Color information
#DDC4C8 (or 0xDDC4C8) is known color: Melanie. HEX triplet: DD, C4 and C8. RGB value is (221,196,200). Sum of RGB (Red+Green+Blue) = 221+196+200=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4C8 is #223B37. Grayscale: #CBCBCB. Windows color (decimal): -2243384 or 13157597. OLE color: 13157597.
HSL color Cylindrical-coordinate representation of color #DDC4C8: hue angle of 350.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC4C8 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 196 | 200 | - |
CMYK | 0 | 0.11 | 0.10 | 0.13 |
HSL | 350.4º | 0.27% | 0.82% | - |
HSV(B) | 350.4º | 0.11% | 0.87% | - |
XYZ | 59.98 | 59.02 | 62.87 | - |
YUV | 203.93 | 125.78 | 140.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 196 | 200 | 0 | 0.11 | 0.10 | 0.13 | 350.4 | 0.27 | 0.82 |
Hex | DD | C4 | C8 | 0 | B | A | D | 15E | 1B | 52 |
Octal | 335 | 304 | 310 | 0 | 13 | 12 | 15 | 536 | 33 | 122 |
Binary | 11011101 | 11000100 | 11001000 | 0 | 1011 | 1010 | 1101 | 101011110 | 11011 | 1010010 |
Color Harmonies of #DDC4C8
Complementary color
Monochromatic Colors of #DDC4C8
Black with #DDC4C8
Text Example
Text Example
White with #DDC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4C8; }
p { color: rgb(221,196,200); }
H1.HeaderClassName
{
color: #DDC4C8;
}
.AnyTagClassName
{
color: #DDC4C8;
}
</style>
background-color css
<style>
a { background-color: #DDC4C8; }
a { background-color: rgb(221,196,200); }
div.DivClassName
{
background-color: #DDC4C8;
}
.BgClassName
{
background-color: #DDC4C8;
}
</style>
border-color css
<style>
span { border-color: #DDC4C8; }
span { border-color: rgb(221,196,200); }
td.TdClassName
{
border-color: #DDC4C8;
}
.TagClassName
{
border-color: #DDC4C8;
}
</style>