Shades of Melanie #DEC1C9
Tints of Melanie #DEC1C9
RGB
CMYK
RGB Variations
Color information
#DEC1C9 (or 0xDEC1C9) is known color: Melanie. HEX triplet: DE, C1 and C9. RGB value is (222,193,201). Sum of RGB (Red+Green+Blue) = 222+193+201=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1C9 is #213E36. Grayscale: #CACACA. Windows color (decimal): -2178615 or 13222366. OLE color: 13222366.
HSL color Cylindrical-coordinate representation of color #DEC1C9: hue angle of 343.45º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC1C9 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 201 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.13 |
| HSL | 343.45º | 0.31% | 0.81% | - |
| HSV(B) | 343.45º | 0.13% | 0.87% | - |
| XYZ | 59.74 | 57.89 | 63.28 | - |
| YUV | 202.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 201 | 0 | 0.13 | 0.09 | 0.13 | 343.45 | 0.31 | 0.81 |
| Hex | DE | C1 | C9 | 0 | D | 9 | D | 157 | 1F | 51 |
| Octal | 336 | 301 | 311 | 0 | 15 | 11 | 15 | 527 | 37 | 121 |
| Binary | 11011110 | 11000001 | 11001001 | 0 | 1101 | 1001 | 1101 | 101010111 | 11111 | 1010001 |
Color Harmonies of #DEC1C9
Complementary color
Monochromatic Colors of #DEC1C9
Black with #DEC1C9
Text Example
Text Example
White with #DEC1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1C9; }
p { color: rgb(222,193,201); }
H1.HeaderClassName
{
color: #DEC1C9;
}
.AnyTagClassName
{
color: #DEC1C9;
}
</style>
background-color css
<style>
a { background-color: #DEC1C9; }
a { background-color: rgb(222,193,201); }
div.DivClassName
{
background-color: #DEC1C9;
}
.BgClassName
{
background-color: #DEC1C9;
}
</style>
border-color css
<style>
span { border-color: #DEC1C9; }
span { border-color: rgb(222,193,201); }
td.TdClassName
{
border-color: #DEC1C9;
}
.TagClassName
{
border-color: #DEC1C9;
}
</style>