Shades of Melanie #D7C3C7
Tints of Melanie #D7C3C7
RGB
CMYK
RGB Variations
Color information
#D7C3C7 (or 0xD7C3C7) is known color: Melanie. HEX triplet: D7, C3 and C7. RGB value is (215,195,199). Sum of RGB (Red+Green+Blue) = 215+195+199=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C3C7 is #283C38. Grayscale: #C9C9C9. Windows color (decimal): -2636857 or 13091799. OLE color: 13091799.
HSL color Cylindrical-coordinate representation of color #D7C3C7: hue angle of 348º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C3C7 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 199 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.16 |
| HSL | 348º | 0.2% | 0.8% | - |
| HSV(B) | 348º | 0.09% | 0.84% | - |
| XYZ | 57.85 | 57.6 | 62.1 | - |
| YUV | 201.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 199 | 0 | 0.09 | 0.07 | 0.16 | 348 | 0.2 | 0.8 |
| Hex | D7 | C3 | C7 | 0 | 9 | 7 | 10 | 15C | 14 | 50 |
| Octal | 327 | 303 | 307 | 0 | 11 | 7 | 20 | 534 | 24 | 120 |
| Binary | 11010111 | 11000011 | 11000111 | 0 | 1001 | 111 | 10000 | 101011100 | 10100 | 1010000 |
Color Harmonies of #D7C3C7
Complementary color
Monochromatic Colors of #D7C3C7
Black with #D7C3C7
Text Example
Text Example
White with #D7C3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C3C7; }
p { color: rgb(215,195,199); }
H1.HeaderClassName
{
color: #D7C3C7;
}
.AnyTagClassName
{
color: #D7C3C7;
}
</style>
background-color css
<style>
a { background-color: #D7C3C7; }
a { background-color: rgb(215,195,199); }
div.DivClassName
{
background-color: #D7C3C7;
}
.BgClassName
{
background-color: #D7C3C7;
}
</style>
border-color css
<style>
span { border-color: #D7C3C7; }
span { border-color: rgb(215,195,199); }
td.TdClassName
{
border-color: #D7C3C7;
}
.TagClassName
{
border-color: #D7C3C7;
}
</style>