Shades of Melanie #DCBEC6
Tints of Melanie #DCBEC6
RGB
CMYK
RGB Variations
Color information
#DCBEC6 (or 0xDCBEC6) is known color: Melanie. HEX triplet: DC, BE and C6. RGB value is (220,190,198). Sum of RGB (Red+Green+Blue) = 220+190+198=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC6 is #234139. Grayscale: #C7C7C7. Windows color (decimal): -2310458 or 13024988. OLE color: 13024988.
HSL color Cylindrical-coordinate representation of color #DCBEC6: hue angle of 344º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBEC6 is Cyan = 0, Magento = 0.14, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 198 | - |
| CMYK | 0 | 0.14 | 0.1 | 0.14 |
| HSL | 344º | 0.3% | 0.8% | - |
| HSV(B) | 344º | 0.14% | 0.86% | - |
| XYZ | 58.12 | 56.12 | 61.19 | - |
| YUV | 199.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 198 | 0 | 0.14 | 0.1 | 0.14 | 344 | 0.3 | 0.8 |
| Hex | DC | BE | C6 | 0 | E | A | E | 158 | 1E | 50 |
| Octal | 334 | 276 | 306 | 0 | 16 | 12 | 16 | 530 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11000110 | 0 | 1110 | 1010 | 1110 | 101011000 | 11110 | 1010000 |
Color Harmonies of #DCBEC6
Complementary color
Monochromatic Colors of #DCBEC6
Black with #DCBEC6
Text Example
Text Example
White with #DCBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEC6; }
p { color: rgb(220,190,198); }
H1.HeaderClassName
{
color: #DCBEC6;
}
.AnyTagClassName
{
color: #DCBEC6;
}
</style>
background-color css
<style>
a { background-color: #DCBEC6; }
a { background-color: rgb(220,190,198); }
div.DivClassName
{
background-color: #DCBEC6;
}
.BgClassName
{
background-color: #DCBEC6;
}
</style>
border-color css
<style>
span { border-color: #DCBEC6; }
span { border-color: rgb(220,190,198); }
td.TdClassName
{
border-color: #DCBEC6;
}
.TagClassName
{
border-color: #DCBEC6;
}
</style>