Shades of Melanie #D7C2C7
Tints of Melanie #D7C2C7
RGB
CMYK
RGB Variations
Color information
#D7C2C7 (or 0xD7C2C7) is known color: Melanie. HEX triplet: D7, C2 and C7. RGB value is (215,194,199). Sum of RGB (Red+Green+Blue) = 215+194+199=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2C7 is #283D38. Grayscale: #C8C8C8. Windows color (decimal): -2637113 or 13091543. OLE color: 13091543.
HSL color Cylindrical-coordinate representation of color #D7C2C7: hue angle of 345.71º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7C2C7 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 199 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.16 |
| HSL | 345.71º | 0.21% | 0.8% | - |
| HSV(B) | 345.71º | 0.1% | 0.84% | - |
| XYZ | 57.62 | 57.15 | 62.03 | - |
| YUV | 200.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 199 | 0 | 0.10 | 0.07 | 0.16 | 345.71 | 0.21 | 0.8 |
| Hex | D7 | C2 | C7 | 0 | A | 7 | 10 | 15A | 15 | 50 |
| Octal | 327 | 302 | 307 | 0 | 12 | 7 | 20 | 532 | 25 | 120 |
| Binary | 11010111 | 11000010 | 11000111 | 0 | 1010 | 111 | 10000 | 101011010 | 10101 | 1010000 |
Color Harmonies of #D7C2C7
Complementary color
Monochromatic Colors of #D7C2C7
Black with #D7C2C7
Text Example
Text Example
White with #D7C2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2C7; }
p { color: rgb(215,194,199); }
H1.HeaderClassName
{
color: #D7C2C7;
}
.AnyTagClassName
{
color: #D7C2C7;
}
</style>
background-color css
<style>
a { background-color: #D7C2C7; }
a { background-color: rgb(215,194,199); }
div.DivClassName
{
background-color: #D7C2C7;
}
.BgClassName
{
background-color: #D7C2C7;
}
</style>
border-color css
<style>
span { border-color: #D7C2C7; }
span { border-color: rgb(215,194,199); }
td.TdClassName
{
border-color: #D7C2C7;
}
.TagClassName
{
border-color: #D7C2C7;
}
</style>