Shades of Melanie #DEC2CB
Tints of Melanie #DEC2CB
RGB
CMYK
RGB Variations
Color information
#DEC2CB (or 0xDEC2CB) is known color: Melanie. HEX triplet: DE, C2 and CB. RGB value is (222,194,203). Sum of RGB (Red+Green+Blue) = 222+194+203=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2CB is #213D34. Grayscale: #CBCBCB. Windows color (decimal): -2178357 or 13353694. OLE color: 13353694.
HSL color Cylindrical-coordinate representation of color #DEC2CB: hue angle of 340.71º 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 #DEC2CB is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 203 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.13 |
| HSL | 340.71º | 0.3% | 0.82% | - |
| HSV(B) | 340.71º | 0.13% | 0.87% | - |
| XYZ | 60.2 | 58.42 | 64.6 | - |
| YUV | 203.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 203 | 0 | 0.13 | 0.09 | 0.13 | 340.71 | 0.3 | 0.82 |
| Hex | DE | C2 | CB | 0 | D | 9 | D | 155 | 1E | 52 |
| Octal | 336 | 302 | 313 | 0 | 15 | 11 | 15 | 525 | 36 | 122 |
| Binary | 11011110 | 11000010 | 11001011 | 0 | 1101 | 1001 | 1101 | 101010101 | 11110 | 1010010 |
Color Harmonies of #DEC2CB
Complementary color
Monochromatic Colors of #DEC2CB
Black with #DEC2CB
Text Example
Text Example
White with #DEC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2CB; }
p { color: rgb(222,194,203); }
H1.HeaderClassName
{
color: #DEC2CB;
}
.AnyTagClassName
{
color: #DEC2CB;
}
</style>
background-color css
<style>
a { background-color: #DEC2CB; }
a { background-color: rgb(222,194,203); }
div.DivClassName
{
background-color: #DEC2CB;
}
.BgClassName
{
background-color: #DEC2CB;
}
</style>
border-color css
<style>
span { border-color: #DEC2CB; }
span { border-color: rgb(222,194,203); }
td.TdClassName
{
border-color: #DEC2CB;
}
.TagClassName
{
border-color: #DEC2CB;
}
</style>