Shades of Melanie #DCBDC8
Tints of Melanie #DCBDC8
RGB
CMYK
RGB Variations
Color information
#DCBDC8 (or 0xDCBDC8) is known color: Melanie. HEX triplet: DC, BD and C8. RGB value is (220,189,200). Sum of RGB (Red+Green+Blue) = 220+189+200=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC8 is #234237. Grayscale: #C7C7C7. Windows color (decimal): -2310712 or 13155804. OLE color: 13155804.
HSL color Cylindrical-coordinate representation of color #DCBDC8: hue angle of 338.71º degrees, saturation: 0.31, 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 #DCBDC8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 200 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.14 |
| HSL | 338.71º | 0.31% | 0.8% | - |
| HSV(B) | 338.71º | 0.14% | 0.86% | - |
| XYZ | 58.14 | 55.78 | 62.35 | - |
| YUV | 199.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 200 | 0 | 0.14 | 0.09 | 0.14 | 338.71 | 0.31 | 0.8 |
| Hex | DC | BD | C8 | 0 | E | 9 | E | 153 | 1F | 50 |
| Octal | 334 | 275 | 310 | 0 | 16 | 11 | 16 | 523 | 37 | 120 |
| Binary | 11011100 | 10111101 | 11001000 | 0 | 1110 | 1001 | 1110 | 101010011 | 11111 | 1010000 |
Color Harmonies of #DCBDC8
Complementary color
Monochromatic Colors of #DCBDC8
Black with #DCBDC8
Text Example
Text Example
White with #DCBDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDC8; }
p { color: rgb(220,189,200); }
H1.HeaderClassName
{
color: #DCBDC8;
}
.AnyTagClassName
{
color: #DCBDC8;
}
</style>
background-color css
<style>
a { background-color: #DCBDC8; }
a { background-color: rgb(220,189,200); }
div.DivClassName
{
background-color: #DCBDC8;
}
.BgClassName
{
background-color: #DCBDC8;
}
</style>
border-color css
<style>
span { border-color: #DCBDC8; }
span { border-color: rgb(220,189,200); }
td.TdClassName
{
border-color: #DCBDC8;
}
.TagClassName
{
border-color: #DCBDC8;
}
</style>