Shades of Melanie #D9B8C3
Tints of Melanie #D9B8C3
RGB
CMYK
RGB Variations
Color information
#D9B8C3 (or 0xD9B8C3) is known color: Melanie. HEX triplet: D9, B8 and C3. RGB value is (217,184,195). Sum of RGB (Red+Green+Blue) = 217+184+195=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B8C3 is #26473C. Grayscale: #C3C3C3. Windows color (decimal): -2508605 or 12826841. OLE color: 12826841.
HSL color Cylindrical-coordinate representation of color #D9B8C3: hue angle of 340º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9B8C3 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 184 | 195 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.15 |
| HSL | 340º | 0.3% | 0.79% | - |
| HSV(B) | 340º | 0.15% | 0.85% | - |
| XYZ | 55.61 | 52.97 | 58.92 | - |
| YUV | 195.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 184 | 195 | 0 | 0.15 | 0.10 | 0.15 | 340 | 0.3 | 0.79 |
| Hex | D9 | B8 | C3 | 0 | F | A | F | 154 | 1E | 4F |
| Octal | 331 | 270 | 303 | 0 | 17 | 12 | 17 | 524 | 36 | 117 |
| Binary | 11011001 | 10111000 | 11000011 | 0 | 1111 | 1010 | 1111 | 101010100 | 11110 | 1001111 |
Color Harmonies of #D9B8C3
Complementary color
Monochromatic Colors of #D9B8C3
Black with #D9B8C3
Text Example
Text Example
White with #D9B8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B8C3; }
p { color: rgb(217,184,195); }
H1.HeaderClassName
{
color: #D9B8C3;
}
.AnyTagClassName
{
color: #D9B8C3;
}
</style>
background-color css
<style>
a { background-color: #D9B8C3; }
a { background-color: rgb(217,184,195); }
div.DivClassName
{
background-color: #D9B8C3;
}
.BgClassName
{
background-color: #D9B8C3;
}
</style>
border-color css
<style>
span { border-color: #D9B8C3; }
span { border-color: rgb(217,184,195); }
td.TdClassName
{
border-color: #D9B8C3;
}
.TagClassName
{
border-color: #D9B8C3;
}
</style>