Shades of Melanie #DEC0C8
Tints of Melanie #DEC0C8
RGB
CMYK
RGB Variations
Color information
#DEC0C8 (or 0xDEC0C8) is known color: Melanie. HEX triplet: DE, C0 and C8. RGB value is (222,192,200). Sum of RGB (Red+Green+Blue) = 222+192+200=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0C8 is #213F37. Grayscale: #C9C9C9. Windows color (decimal): -2178872 or 13156574. OLE color: 13156574.
HSL color Cylindrical-coordinate representation of color #DEC0C8: hue angle of 344º 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 #DEC0C8 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 200 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.13 |
| HSL | 344º | 0.31% | 0.81% | - |
| HSV(B) | 344º | 0.14% | 0.87% | - |
| XYZ | 59.4 | 57.4 | 62.59 | - |
| YUV | 201.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 200 | 0 | 0.14 | 0.10 | 0.13 | 344 | 0.31 | 0.81 |
| Hex | DE | C0 | C8 | 0 | E | A | D | 158 | 1F | 51 |
| Octal | 336 | 300 | 310 | 0 | 16 | 12 | 15 | 530 | 37 | 121 |
| Binary | 11011110 | 11000000 | 11001000 | 0 | 1110 | 1010 | 1101 | 101011000 | 11111 | 1010001 |
Color Harmonies of #DEC0C8
Complementary color
Monochromatic Colors of #DEC0C8
Black with #DEC0C8
Text Example
Text Example
White with #DEC0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0C8; }
p { color: rgb(222,192,200); }
H1.HeaderClassName
{
color: #DEC0C8;
}
.AnyTagClassName
{
color: #DEC0C8;
}
</style>
background-color css
<style>
a { background-color: #DEC0C8; }
a { background-color: rgb(222,192,200); }
div.DivClassName
{
background-color: #DEC0C8;
}
.BgClassName
{
background-color: #DEC0C8;
}
</style>
border-color css
<style>
span { border-color: #DEC0C8; }
span { border-color: rgb(222,192,200); }
td.TdClassName
{
border-color: #DEC0C8;
}
.TagClassName
{
border-color: #DEC0C8;
}
</style>