Shades of Melanie #D8C1C6
Tints of Melanie #D8C1C6
RGB
CMYK
RGB Variations
Color information
#D8C1C6 (or 0xD8C1C6) is known color: Melanie. HEX triplet: D8, C1 and C6. RGB value is (216,193,198). Sum of RGB (Red+Green+Blue) = 216+193+198=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C1C6 is #273E39. Grayscale: #C8C8C8. Windows color (decimal): -2571834 or 13025752. OLE color: 13025752.
HSL color Cylindrical-coordinate representation of color #D8C1C6: hue angle of 346.96º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8C1C6 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 198 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.15 |
| HSL | 346.96º | 0.23% | 0.8% | - |
| HSV(B) | 346.96º | 0.11% | 0.85% | - |
| XYZ | 57.58 | 56.82 | 61.36 | - |
| YUV | 200.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 198 | 0 | 0.11 | 0.08 | 0.15 | 346.96 | 0.23 | 0.8 |
| Hex | D8 | C1 | C6 | 0 | B | 8 | F | 15B | 17 | 50 |
| Octal | 330 | 301 | 306 | 0 | 13 | 10 | 17 | 533 | 27 | 120 |
| Binary | 11011000 | 11000001 | 11000110 | 0 | 1011 | 1000 | 1111 | 101011011 | 10111 | 1010000 |
Color Harmonies of #D8C1C6
Complementary color
Monochromatic Colors of #D8C1C6
Black with #D8C1C6
Text Example
Text Example
White with #D8C1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C1C6; }
p { color: rgb(216,193,198); }
H1.HeaderClassName
{
color: #D8C1C6;
}
.AnyTagClassName
{
color: #D8C1C6;
}
</style>
background-color css
<style>
a { background-color: #D8C1C6; }
a { background-color: rgb(216,193,198); }
div.DivClassName
{
background-color: #D8C1C6;
}
.BgClassName
{
background-color: #D8C1C6;
}
</style>
border-color css
<style>
span { border-color: #D8C1C6; }
span { border-color: rgb(216,193,198); }
td.TdClassName
{
border-color: #D8C1C6;
}
.TagClassName
{
border-color: #D8C1C6;
}
</style>