Shades of Melanie #DCBDC4
Tints of Melanie #DCBDC4
RGB
CMYK
RGB Variations
Color information
#DCBDC4 (or 0xDCBDC4) is known color: Melanie. HEX triplet: DC, BD and C4. RGB value is (220,189,196). Sum of RGB (Red+Green+Blue) = 220+189+196=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC4 is #23423B. Grayscale: #C7C7C7. Windows color (decimal): -2310716 or 12893660. OLE color: 12893660.
HSL color Cylindrical-coordinate representation of color #DCBDC4: hue angle of 346.45º 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 #DCBDC4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 196 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.14 |
| HSL | 346.45º | 0.31% | 0.8% | - |
| HSV(B) | 346.45º | 0.14% | 0.86% | - |
| XYZ | 57.68 | 55.6 | 59.92 | - |
| YUV | 199.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 196 | 0 | 0.14 | 0.11 | 0.14 | 346.45 | 0.31 | 0.8 |
| Hex | DC | BD | C4 | 0 | E | B | E | 15A | 1F | 50 |
| Octal | 334 | 275 | 304 | 0 | 16 | 13 | 16 | 532 | 37 | 120 |
| Binary | 11011100 | 10111101 | 11000100 | 0 | 1110 | 1011 | 1110 | 101011010 | 11111 | 1010000 |
Color Harmonies of #DCBDC4
Complementary color
Monochromatic Colors of #DCBDC4
Black with #DCBDC4
Text Example
Text Example
White with #DCBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDC4; }
p { color: rgb(220,189,196); }
H1.HeaderClassName
{
color: #DCBDC4;
}
.AnyTagClassName
{
color: #DCBDC4;
}
</style>
background-color css
<style>
a { background-color: #DCBDC4; }
a { background-color: rgb(220,189,196); }
div.DivClassName
{
background-color: #DCBDC4;
}
.BgClassName
{
background-color: #DCBDC4;
}
</style>
border-color css
<style>
span { border-color: #DCBDC4; }
span { border-color: rgb(220,189,196); }
td.TdClassName
{
border-color: #DCBDC4;
}
.TagClassName
{
border-color: #DCBDC4;
}
</style>