Shades of Melanie #DCBCC7
Tints of Melanie #DCBCC7
RGB
CMYK
RGB Variations
Color information
#DCBCC7 (or 0xDCBCC7) is known color: Melanie. HEX triplet: DC, BC and C7. RGB value is (220,188,199). Sum of RGB (Red+Green+Blue) = 220+188+199=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC7 is #234338. Grayscale: #C6C6C6. Windows color (decimal): -2310969 or 13090012. OLE color: 13090012.
HSL color Cylindrical-coordinate representation of color #DCBCC7: hue angle of 339.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCC7 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 199 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.14 |
| HSL | 339.38º | 0.31% | 0.8% | - |
| HSV(B) | 339.38º | 0.15% | 0.86% | - |
| XYZ | 57.81 | 55.31 | 61.66 | - |
| YUV | 198.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 199 | 0 | 0.15 | 0.10 | 0.14 | 339.38 | 0.31 | 0.8 |
| Hex | DC | BC | C7 | 0 | F | A | E | 153 | 1F | 50 |
| Octal | 334 | 274 | 307 | 0 | 17 | 12 | 16 | 523 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11000111 | 0 | 1111 | 1010 | 1110 | 101010011 | 11111 | 1010000 |
Color Harmonies of #DCBCC7
Complementary color
Monochromatic Colors of #DCBCC7
Black with #DCBCC7
Text Example
Text Example
White with #DCBCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCC7; }
p { color: rgb(220,188,199); }
H1.HeaderClassName
{
color: #DCBCC7;
}
.AnyTagClassName
{
color: #DCBCC7;
}
</style>
background-color css
<style>
a { background-color: #DCBCC7; }
a { background-color: rgb(220,188,199); }
div.DivClassName
{
background-color: #DCBCC7;
}
.BgClassName
{
background-color: #DCBCC7;
}
</style>
border-color css
<style>
span { border-color: #DCBCC7; }
span { border-color: rgb(220,188,199); }
td.TdClassName
{
border-color: #DCBCC7;
}
.TagClassName
{
border-color: #DCBCC7;
}
</style>