Shades of Melanie #D2BCC0
Tints of Melanie #D2BCC0
RGB
CMYK
RGB Variations
Color information
#D2BCC0 (or 0xD2BCC0) is known color: Melanie. HEX triplet: D2, BC and C0. RGB value is (210,188,192). Sum of RGB (Red+Green+Blue) = 210+188+192=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCC0 is #2D433F. Grayscale: #C3C3C3. Windows color (decimal): -2966336 or 12631250. OLE color: 12631250.
HSL color Cylindrical-coordinate representation of color #D2BCC0: hue angle of 349.09º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BCC0 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 192 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.18 |
| HSL | 349.09º | 0.2% | 0.78% | - |
| HSV(B) | 349.09º | 0.1% | 0.82% | - |
| XYZ | 54.08 | 53.47 | 57.34 | - |
| YUV | 195.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 192 | 0 | 0.10 | 0.09 | 0.18 | 349.09 | 0.2 | 0.78 |
| Hex | D2 | BC | C0 | 0 | A | 9 | 12 | 15D | 14 | 4E |
| Octal | 322 | 274 | 300 | 0 | 12 | 11 | 22 | 535 | 24 | 116 |
| Binary | 11010010 | 10111100 | 11000000 | 0 | 1010 | 1001 | 10010 | 101011101 | 10100 | 1001110 |
Color Harmonies of #D2BCC0
Complementary color
Monochromatic Colors of #D2BCC0
Black with #D2BCC0
Text Example
Text Example
White with #D2BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCC0; }
p { color: rgb(210,188,192); }
H1.HeaderClassName
{
color: #D2BCC0;
}
.AnyTagClassName
{
color: #D2BCC0;
}
</style>
background-color css
<style>
a { background-color: #D2BCC0; }
a { background-color: rgb(210,188,192); }
div.DivClassName
{
background-color: #D2BCC0;
}
.BgClassName
{
background-color: #D2BCC0;
}
</style>
border-color css
<style>
span { border-color: #D2BCC0; }
span { border-color: rgb(210,188,192); }
td.TdClassName
{
border-color: #D2BCC0;
}
.TagClassName
{
border-color: #D2BCC0;
}
</style>