Shades of Melanie #D9BCC2
Tints of Melanie #D9BCC2
RGB
CMYK
RGB Variations
Color information
#D9BCC2 (or 0xD9BCC2) is known color: Melanie. HEX triplet: D9, BC and C2. RGB value is (217,188,194). Sum of RGB (Red+Green+Blue) = 217+188+194=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCC2 is #26433D. Grayscale: #C5C5C5. Windows color (decimal): -2507582 or 12762329. OLE color: 12762329.
HSL color Cylindrical-coordinate representation of color #D9BCC2: hue angle of 347.59º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BCC2 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 194 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.15 |
| HSL | 347.59º | 0.28% | 0.79% | - |
| HSV(B) | 347.59º | 0.13% | 0.85% | - |
| XYZ | 56.34 | 54.61 | 58.61 | - |
| YUV | 197.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 194 | 0 | 0.13 | 0.11 | 0.15 | 347.59 | 0.28 | 0.79 |
| Hex | D9 | BC | C2 | 0 | D | B | F | 15C | 1C | 4F |
| Octal | 331 | 274 | 302 | 0 | 15 | 13 | 17 | 534 | 34 | 117 |
| Binary | 11011001 | 10111100 | 11000010 | 0 | 1101 | 1011 | 1111 | 101011100 | 11100 | 1001111 |
Color Harmonies of #D9BCC2
Complementary color
Monochromatic Colors of #D9BCC2
Black with #D9BCC2
Text Example
Text Example
White with #D9BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCC2; }
p { color: rgb(217,188,194); }
H1.HeaderClassName
{
color: #D9BCC2;
}
.AnyTagClassName
{
color: #D9BCC2;
}
</style>
background-color css
<style>
a { background-color: #D9BCC2; }
a { background-color: rgb(217,188,194); }
div.DivClassName
{
background-color: #D9BCC2;
}
.BgClassName
{
background-color: #D9BCC2;
}
</style>
border-color css
<style>
span { border-color: #D9BCC2; }
span { border-color: rgb(217,188,194); }
td.TdClassName
{
border-color: #D9BCC2;
}
.TagClassName
{
border-color: #D9BCC2;
}
</style>