Shades of Melanie #DEC0C9
Tints of Melanie #DEC0C9
RGB
CMYK
RGB Variations
Color information
#DEC0C9 (or 0xDEC0C9) is known color: Melanie. HEX triplet: DE, C0 and C9. RGB value is (222,192,201). Sum of RGB (Red+Green+Blue) = 222+192+201=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0C9 is #213F36. Grayscale: #C9C9C9. Windows color (decimal): -2178871 or 13222110. OLE color: 13222110.
HSL color Cylindrical-coordinate representation of color #DEC0C9: hue angle of 342º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0C9 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 201 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.13 |
| HSL | 342º | 0.31% | 0.81% | - |
| HSV(B) | 342º | 0.14% | 0.87% | - |
| XYZ | 59.52 | 57.45 | 63.21 | - |
| YUV | 202 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 201 | 0 | 0.14 | 0.09 | 0.13 | 342 | 0.31 | 0.81 |
| Hex | DE | C0 | C9 | 0 | E | 9 | D | 156 | 1F | 51 |
| Octal | 336 | 300 | 311 | 0 | 16 | 11 | 15 | 526 | 37 | 121 |
| Binary | 11011110 | 11000000 | 11001001 | 0 | 1110 | 1001 | 1101 | 101010110 | 11111 | 1010001 |
Color Harmonies of #DEC0C9
Complementary color
Monochromatic Colors of #DEC0C9
Black with #DEC0C9
Text Example
Text Example
White with #DEC0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0C9; }
p { color: rgb(222,192,201); }
H1.HeaderClassName
{
color: #DEC0C9;
}
.AnyTagClassName
{
color: #DEC0C9;
}
</style>
background-color css
<style>
a { background-color: #DEC0C9; }
a { background-color: rgb(222,192,201); }
div.DivClassName
{
background-color: #DEC0C9;
}
.BgClassName
{
background-color: #DEC0C9;
}
</style>
border-color css
<style>
span { border-color: #DEC0C9; }
span { border-color: rgb(222,192,201); }
td.TdClassName
{
border-color: #DEC0C9;
}
.TagClassName
{
border-color: #DEC0C9;
}
</style>