Shades of Melanie #DEC2C5
Tints of Melanie #DEC2C5
RGB
CMYK
RGB Variations
Color information
#DEC2C5 (or 0xDEC2C5) is known color: Melanie. HEX triplet: DE, C2 and C5. RGB value is (222,194,197). Sum of RGB (Red+Green+Blue) = 222+194+197=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2C5 is #213D3A. Grayscale: #CACACA. Windows color (decimal): -2178363 or 12960478. OLE color: 12960478.
HSL color Cylindrical-coordinate representation of color #DEC2C5: hue angle of 353.57º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC2C5 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 197 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.13 |
| HSL | 353.57º | 0.3% | 0.82% | - |
| HSV(B) | 353.57º | 0.13% | 0.87% | - |
| XYZ | 59.49 | 58.14 | 60.91 | - |
| YUV | 202.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 197 | 0 | 0.13 | 0.11 | 0.13 | 353.57 | 0.3 | 0.82 |
| Hex | DE | C2 | C5 | 0 | D | B | D | 162 | 1E | 52 |
| Octal | 336 | 302 | 305 | 0 | 15 | 13 | 15 | 542 | 36 | 122 |
| Binary | 11011110 | 11000010 | 11000101 | 0 | 1101 | 1011 | 1101 | 101100010 | 11110 | 1010010 |
Color Harmonies of #DEC2C5
Complementary color
Monochromatic Colors of #DEC2C5
Black with #DEC2C5
Text Example
Text Example
White with #DEC2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2C5; }
p { color: rgb(222,194,197); }
H1.HeaderClassName
{
color: #DEC2C5;
}
.AnyTagClassName
{
color: #DEC2C5;
}
</style>
background-color css
<style>
a { background-color: #DEC2C5; }
a { background-color: rgb(222,194,197); }
div.DivClassName
{
background-color: #DEC2C5;
}
.BgClassName
{
background-color: #DEC2C5;
}
</style>
border-color css
<style>
span { border-color: #DEC2C5; }
span { border-color: rgb(222,194,197); }
td.TdClassName
{
border-color: #DEC2C5;
}
.TagClassName
{
border-color: #DEC2C5;
}
</style>