Shades of Melanie #D3C6C8
Tints of Melanie #D3C6C8
RGB
CMYK
RGB Variations
Color information
#D3C6C8 (or 0xD3C6C8) is known color: Melanie. HEX triplet: D3, C6 and C8. RGB value is (211,198,200). Sum of RGB (Red+Green+Blue) = 211+198+200=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C6C8 is #2C3937. Grayscale: #CACACA. Windows color (decimal): -2898232 or 13158099. OLE color: 13158099.
HSL color Cylindrical-coordinate representation of color #D3C6C8: hue angle of 350.77º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3C6C8 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 198 | 200 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.17 |
| HSL | 350.77º | 0.13% | 0.8% | - |
| HSV(B) | 350.77º | 0.06% | 0.83% | - |
| XYZ | 57.48 | 58.41 | 62.89 | - |
| YUV | 202.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 200 | 0 | 0.06 | 0.05 | 0.17 | 350.77 | 0.13 | 0.8 |
| Hex | D3 | C6 | C8 | 0 | 6 | 5 | 11 | 15F | D | 50 |
| Octal | 323 | 306 | 310 | 0 | 6 | 5 | 21 | 537 | 15 | 120 |
| Binary | 11010011 | 11000110 | 11001000 | 0 | 110 | 101 | 10001 | 101011111 | 1101 | 1010000 |
Color Harmonies of #D3C6C8
Complementary color
Monochromatic Colors of #D3C6C8
Black with #D3C6C8
Text Example
Text Example
White with #D3C6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C6C8; }
p { color: rgb(211,198,200); }
H1.HeaderClassName
{
color: #D3C6C8;
}
.AnyTagClassName
{
color: #D3C6C8;
}
</style>
background-color css
<style>
a { background-color: #D3C6C8; }
a { background-color: rgb(211,198,200); }
div.DivClassName
{
background-color: #D3C6C8;
}
.BgClassName
{
background-color: #D3C6C8;
}
</style>
border-color css
<style>
span { border-color: #D3C6C8; }
span { border-color: rgb(211,198,200); }
td.TdClassName
{
border-color: #D3C6C8;
}
.TagClassName
{
border-color: #D3C6C8;
}
</style>