Shades of Melanie #D6C3C5
Tints of Melanie #D6C3C5
RGB
CMYK
RGB Variations
Color information
#D6C3C5 (or 0xD6C3C5) is known color: Melanie. HEX triplet: D6, C3 and C5. RGB value is (214,195,197). Sum of RGB (Red+Green+Blue) = 214+195+197=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3C5 is #293C3A. Grayscale: #C8C8C8. Windows color (decimal): -2702395 or 12960726. OLE color: 12960726.
HSL color Cylindrical-coordinate representation of color #D6C3C5: hue angle of 353.68º degrees, saturation: 0.19, 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 #D6C3C5 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 197 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.16 |
| HSL | 353.68º | 0.19% | 0.8% | - |
| HSV(B) | 353.68º | 0.09% | 0.84% | - |
| XYZ | 57.32 | 57.36 | 60.87 | - |
| YUV | 200.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 197 | 0 | 0.09 | 0.08 | 0.16 | 353.68 | 0.19 | 0.8 |
| Hex | D6 | C3 | C5 | 0 | 9 | 8 | 10 | 162 | 13 | 50 |
| Octal | 326 | 303 | 305 | 0 | 11 | 10 | 20 | 542 | 23 | 120 |
| Binary | 11010110 | 11000011 | 11000101 | 0 | 1001 | 1000 | 10000 | 101100010 | 10011 | 1010000 |
Color Harmonies of #D6C3C5
Complementary color
Monochromatic Colors of #D6C3C5
Black with #D6C3C5
Text Example
Text Example
White with #D6C3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C3C5; }
p { color: rgb(214,195,197); }
H1.HeaderClassName
{
color: #D6C3C5;
}
.AnyTagClassName
{
color: #D6C3C5;
}
</style>
background-color css
<style>
a { background-color: #D6C3C5; }
a { background-color: rgb(214,195,197); }
div.DivClassName
{
background-color: #D6C3C5;
}
.BgClassName
{
background-color: #D6C3C5;
}
</style>
border-color css
<style>
span { border-color: #D6C3C5; }
span { border-color: rgb(214,195,197); }
td.TdClassName
{
border-color: #D6C3C5;
}
.TagClassName
{
border-color: #D6C3C5;
}
</style>