Shades of Melanie #D7C5C8
Tints of Melanie #D7C5C8
RGB
CMYK
RGB Variations
Color information
#D7C5C8 (or 0xD7C5C8) is known color: Melanie. HEX triplet: D7, C5 and C8. RGB value is (215,197,200). Sum of RGB (Red+Green+Blue) = 215+197+200=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C5C8 is #283A37. Grayscale: #CACACA. Windows color (decimal): -2636344 or 13157847. OLE color: 13157847.
HSL color Cylindrical-coordinate representation of color #D7C5C8: hue angle of 350º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7C5C8 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 200 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.16 |
| HSL | 350º | 0.18% | 0.81% | - |
| HSV(B) | 350º | 0.08% | 0.84% | - |
| XYZ | 58.42 | 58.55 | 62.87 | - |
| YUV | 202.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 200 | 0 | 0.08 | 0.07 | 0.16 | 350 | 0.18 | 0.81 |
| Hex | D7 | C5 | C8 | 0 | 8 | 7 | 10 | 15E | 12 | 51 |
| Octal | 327 | 305 | 310 | 0 | 10 | 7 | 20 | 536 | 22 | 121 |
| Binary | 11010111 | 11000101 | 11001000 | 0 | 1000 | 111 | 10000 | 101011110 | 10010 | 1010001 |
Color Harmonies of #D7C5C8
Complementary color
Monochromatic Colors of #D7C5C8
Black with #D7C5C8
Text Example
Text Example
White with #D7C5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C5C8; }
p { color: rgb(215,197,200); }
H1.HeaderClassName
{
color: #D7C5C8;
}
.AnyTagClassName
{
color: #D7C5C8;
}
</style>
background-color css
<style>
a { background-color: #D7C5C8; }
a { background-color: rgb(215,197,200); }
div.DivClassName
{
background-color: #D7C5C8;
}
.BgClassName
{
background-color: #D7C5C8;
}
</style>
border-color css
<style>
span { border-color: #D7C5C8; }
span { border-color: rgb(215,197,200); }
td.TdClassName
{
border-color: #D7C5C8;
}
.TagClassName
{
border-color: #D7C5C8;
}
</style>