Shades of Melanie #DCBBC6
Tints of Melanie #DCBBC6
RGB
CMYK
RGB Variations
Color information
#DCBBC6 (or 0xDCBBC6) is known color: Melanie. HEX triplet: DC, BB and C6. RGB value is (220,187,198). Sum of RGB (Red+Green+Blue) = 220+187+198=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC6 is #234439. Grayscale: #C6C6C6. Windows color (decimal): -2311226 or 13024220. OLE color: 13024220.
HSL color Cylindrical-coordinate representation of color #DCBBC6: hue angle of 340º degrees, saturation: 0.32, 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 #DCBBC6 is Cyan = 0, Magento = 0.15, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 198 | - |
| CMYK | 0 | 0.15 | 0.1 | 0.14 |
| HSL | 340º | 0.32% | 0.8% | - |
| HSV(B) | 340º | 0.15% | 0.86% | - |
| XYZ | 57.48 | 54.83 | 60.98 | - |
| YUV | 198.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 198 | 0 | 0.15 | 0.1 | 0.14 | 340 | 0.32 | 0.8 |
| Hex | DC | BB | C6 | 0 | F | A | E | 154 | 20 | 50 |
| Octal | 334 | 273 | 306 | 0 | 17 | 12 | 16 | 524 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11000110 | 0 | 1111 | 1010 | 1110 | 101010100 | 100000 | 1010000 |
Color Harmonies of #DCBBC6
Complementary color
Monochromatic Colors of #DCBBC6
Black with #DCBBC6
Text Example
Text Example
White with #DCBBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBC6; }
p { color: rgb(220,187,198); }
H1.HeaderClassName
{
color: #DCBBC6;
}
.AnyTagClassName
{
color: #DCBBC6;
}
</style>
background-color css
<style>
a { background-color: #DCBBC6; }
a { background-color: rgb(220,187,198); }
div.DivClassName
{
background-color: #DCBBC6;
}
.BgClassName
{
background-color: #DCBBC6;
}
</style>
border-color css
<style>
span { border-color: #DCBBC6; }
span { border-color: rgb(220,187,198); }
td.TdClassName
{
border-color: #DCBBC6;
}
.TagClassName
{
border-color: #DCBBC6;
}
</style>