Shades of Melanie #DCBDC5
Tints of Melanie #DCBDC5
RGB
CMYK
RGB Variations
Color information
#DCBDC5 (or 0xDCBDC5) is known color: Melanie. HEX triplet: DC, BD and C5. RGB value is (220,189,197). Sum of RGB (Red+Green+Blue) = 220+189+197=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC5 is #23423A. Grayscale: #C7C7C7. Windows color (decimal): -2310715 or 12959196. OLE color: 12959196.
HSL color Cylindrical-coordinate representation of color #DCBDC5: hue angle of 344.52º 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 #DCBDC5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 197 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.14 |
| HSL | 344.52º | 0.31% | 0.8% | - |
| HSV(B) | 344.52º | 0.14% | 0.86% | - |
| XYZ | 57.79 | 55.64 | 60.52 | - |
| YUV | 199.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 197 | 0 | 0.14 | 0.10 | 0.14 | 344.52 | 0.31 | 0.8 |
| Hex | DC | BD | C5 | 0 | E | A | E | 159 | 1F | 50 |
| Octal | 334 | 275 | 305 | 0 | 16 | 12 | 16 | 531 | 37 | 120 |
| Binary | 11011100 | 10111101 | 11000101 | 0 | 1110 | 1010 | 1110 | 101011001 | 11111 | 1010000 |
Color Harmonies of #DCBDC5
Complementary color
Monochromatic Colors of #DCBDC5
Black with #DCBDC5
Text Example
Text Example
White with #DCBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDC5; }
p { color: rgb(220,189,197); }
H1.HeaderClassName
{
color: #DCBDC5;
}
.AnyTagClassName
{
color: #DCBDC5;
}
</style>
background-color css
<style>
a { background-color: #DCBDC5; }
a { background-color: rgb(220,189,197); }
div.DivClassName
{
background-color: #DCBDC5;
}
.BgClassName
{
background-color: #DCBDC5;
}
</style>
border-color css
<style>
span { border-color: #DCBDC5; }
span { border-color: rgb(220,189,197); }
td.TdClassName
{
border-color: #DCBDC5;
}
.TagClassName
{
border-color: #DCBDC5;
}
</style>