Shades of Melanie #D7C4C6
Tints of Melanie #D7C4C6
RGB
CMYK
RGB Variations
Color information
#D7C4C6 (or 0xD7C4C6) is known color: Melanie. HEX triplet: D7, C4 and C6. RGB value is (215,196,198). Sum of RGB (Red+Green+Blue) = 215+196+198=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C4C6 is #283B39. Grayscale: #C9C9C9. Windows color (decimal): -2636602 or 13026519. OLE color: 13026519.
HSL color Cylindrical-coordinate representation of color #D7C4C6: hue angle of 353.68º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C4C6 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 198 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.16 |
| HSL | 353.68º | 0.19% | 0.81% | - |
| HSV(B) | 353.68º | 0.09% | 0.84% | - |
| XYZ | 57.96 | 58 | 61.57 | - |
| YUV | 201.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 198 | 0 | 0.09 | 0.08 | 0.16 | 353.68 | 0.19 | 0.81 |
| Hex | D7 | C4 | C6 | 0 | 9 | 8 | 10 | 162 | 13 | 51 |
| Octal | 327 | 304 | 306 | 0 | 11 | 10 | 20 | 542 | 23 | 121 |
| Binary | 11010111 | 11000100 | 11000110 | 0 | 1001 | 1000 | 10000 | 101100010 | 10011 | 1010001 |
Color Harmonies of #D7C4C6
Complementary color
Monochromatic Colors of #D7C4C6
Black with #D7C4C6
Text Example
Text Example
White with #D7C4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C4C6; }
p { color: rgb(215,196,198); }
H1.HeaderClassName
{
color: #D7C4C6;
}
.AnyTagClassName
{
color: #D7C4C6;
}
</style>
background-color css
<style>
a { background-color: #D7C4C6; }
a { background-color: rgb(215,196,198); }
div.DivClassName
{
background-color: #D7C4C6;
}
.BgClassName
{
background-color: #D7C4C6;
}
</style>
border-color css
<style>
span { border-color: #D7C4C6; }
span { border-color: rgb(215,196,198); }
td.TdClassName
{
border-color: #D7C4C6;
}
.TagClassName
{
border-color: #D7C4C6;
}
</style>