Shades of Melanie #DEC8CB
Tints of Melanie #DEC8CB
RGB
CMYK
RGB Variations
Color information
#DEC8CB (or 0xDEC8CB) is known color: Melanie. HEX triplet: DE, C8 and CB. RGB value is (222,200,203). Sum of RGB (Red+Green+Blue) = 222+200+203=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8CB is #213734. Grayscale: #CECECE. Windows color (decimal): -2176821 or 13355230. OLE color: 13355230.
HSL color Cylindrical-coordinate representation of color #DEC8CB: hue angle of 351.82º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC8CB is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 203 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.13 |
| HSL | 351.82º | 0.25% | 0.83% | - |
| HSV(B) | 351.82º | 0.1% | 0.87% | - |
| XYZ | 61.56 | 61.15 | 65.06 | - |
| YUV | 206.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 203 | 0 | 0.10 | 0.09 | 0.13 | 351.82 | 0.25 | 0.83 |
| Hex | DE | C8 | CB | 0 | A | 9 | D | 160 | 19 | 53 |
| Octal | 336 | 310 | 313 | 0 | 12 | 11 | 15 | 540 | 31 | 123 |
| Binary | 11011110 | 11001000 | 11001011 | 0 | 1010 | 1001 | 1101 | 101100000 | 11001 | 1010011 |
Color Harmonies of #DEC8CB
Complementary color
Monochromatic Colors of #DEC8CB
Black with #DEC8CB
Text Example
Text Example
White with #DEC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC8CB; }
p { color: rgb(222,200,203); }
H1.HeaderClassName
{
color: #DEC8CB;
}
.AnyTagClassName
{
color: #DEC8CB;
}
</style>
background-color css
<style>
a { background-color: #DEC8CB; }
a { background-color: rgb(222,200,203); }
div.DivClassName
{
background-color: #DEC8CB;
}
.BgClassName
{
background-color: #DEC8CB;
}
</style>
border-color css
<style>
span { border-color: #DEC8CB; }
span { border-color: rgb(222,200,203); }
td.TdClassName
{
border-color: #DEC8CB;
}
.TagClassName
{
border-color: #DEC8CB;
}
</style>