Shades of Melanie #DCB8C3
Tints of Melanie #DCB8C3
RGB
CMYK
RGB Variations
Color information
#DCB8C3 (or 0xDCB8C3) is known color: Melanie. HEX triplet: DC, B8 and C3. RGB value is (220,184,195). Sum of RGB (Red+Green+Blue) = 220+184+195=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8C3 is #23473C. Grayscale: #C4C4C4. Windows color (decimal): -2311997 or 12826844. OLE color: 12826844.
HSL color Cylindrical-coordinate representation of color #DCB8C3: hue angle of 341.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8C3 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 195 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.14 |
| HSL | 341.67º | 0.34% | 0.79% | - |
| HSV(B) | 341.67º | 0.16% | 0.86% | - |
| XYZ | 56.51 | 53.44 | 58.97 | - |
| YUV | 196.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 195 | 0 | 0.16 | 0.11 | 0.14 | 341.67 | 0.34 | 0.79 |
| Hex | DC | B8 | C3 | 0 | 10 | B | E | 156 | 22 | 4F |
| Octal | 334 | 270 | 303 | 0 | 20 | 13 | 16 | 526 | 42 | 117 |
| Binary | 11011100 | 10111000 | 11000011 | 0 | 10000 | 1011 | 1110 | 101010110 | 100010 | 1001111 |
Color Harmonies of #DCB8C3
Complementary color
Monochromatic Colors of #DCB8C3
Black with #DCB8C3
Text Example
Text Example
White with #DCB8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8C3; }
p { color: rgb(220,184,195); }
H1.HeaderClassName
{
color: #DCB8C3;
}
.AnyTagClassName
{
color: #DCB8C3;
}
</style>
background-color css
<style>
a { background-color: #DCB8C3; }
a { background-color: rgb(220,184,195); }
div.DivClassName
{
background-color: #DCB8C3;
}
.BgClassName
{
background-color: #DCB8C3;
}
</style>
border-color css
<style>
span { border-color: #DCB8C3; }
span { border-color: rgb(220,184,195); }
td.TdClassName
{
border-color: #DCB8C3;
}
.TagClassName
{
border-color: #DCB8C3;
}
</style>