Shades of Melanie #DDC4C9
Tints of Melanie #DDC4C9
RGB
CMYK
RGB Variations
Color information
#DDC4C9 (or 0xDDC4C9) is known color: Melanie. HEX triplet: DD, C4 and C9. RGB value is (221,196,201). Sum of RGB (Red+Green+Blue) = 221+196+201=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4C9 is #223B36. Grayscale: #CCCCCC. Windows color (decimal): -2243383 or 13223133. OLE color: 13223133.
HSL color Cylindrical-coordinate representation of color #DDC4C9: hue angle of 348º 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 #DDC4C9 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 196 | 201 | - |
CMYK | 0 | 0.11 | 0.09 | 0.13 |
HSL | 348º | 0.27% | 0.82% | - |
HSV(B) | 348º | 0.11% | 0.87% | - |
XYZ | 60.1 | 59.07 | 63.49 | - |
YUV | 204.05 | 126.28 | 140.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 196 | 201 | 0 | 0.11 | 0.09 | 0.13 | 348 | 0.27 | 0.82 |
Hex | DD | C4 | C9 | 0 | B | 9 | D | 15C | 1B | 52 |
Octal | 335 | 304 | 311 | 0 | 13 | 11 | 15 | 534 | 33 | 122 |
Binary | 11011101 | 11000100 | 11001001 | 0 | 1011 | 1001 | 1101 | 101011100 | 11011 | 1010010 |
Color Harmonies of #DDC4C9
Complementary color
Monochromatic Colors of #DDC4C9
Black with #DDC4C9
Text Example
Text Example
White with #DDC4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4C9; }
p { color: rgb(221,196,201); }
H1.HeaderClassName
{
color: #DDC4C9;
}
.AnyTagClassName
{
color: #DDC4C9;
}
</style>
background-color css
<style>
a { background-color: #DDC4C9; }
a { background-color: rgb(221,196,201); }
div.DivClassName
{
background-color: #DDC4C9;
}
.BgClassName
{
background-color: #DDC4C9;
}
</style>
border-color css
<style>
span { border-color: #DDC4C9; }
span { border-color: rgb(221,196,201); }
td.TdClassName
{
border-color: #DDC4C9;
}
.TagClassName
{
border-color: #DDC4C9;
}
</style>