Shades of Melanie #D6C1C7
Tints of Melanie #D6C1C7
RGB
CMYK
RGB Variations
Color information
#D6C1C7 (or 0xD6C1C7) is known color: Melanie. HEX triplet: D6, C1 and C7. RGB value is (214,193,199). Sum of RGB (Red+Green+Blue) = 214+193+199=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1C7 is #293E38. Grayscale: #C7C7C7. Windows color (decimal): -2702905 or 13091286. OLE color: 13091286.
HSL color Cylindrical-coordinate representation of color #D6C1C7: hue angle of 342.86º degrees, saturation: 0.2, 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 #D6C1C7 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 199 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.16 |
| HSL | 342.86º | 0.2% | 0.8% | - |
| HSV(B) | 342.86º | 0.1% | 0.84% | - |
| XYZ | 57.11 | 56.56 | 61.94 | - |
| YUV | 199.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 199 | 0 | 0.10 | 0.07 | 0.16 | 342.86 | 0.2 | 0.8 |
| Hex | D6 | C1 | C7 | 0 | A | 7 | 10 | 157 | 14 | 50 |
| Octal | 326 | 301 | 307 | 0 | 12 | 7 | 20 | 527 | 24 | 120 |
| Binary | 11010110 | 11000001 | 11000111 | 0 | 1010 | 111 | 10000 | 101010111 | 10100 | 1010000 |
Color Harmonies of #D6C1C7
Complementary color
Monochromatic Colors of #D6C1C7
Black with #D6C1C7
Text Example
Text Example
White with #D6C1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C1C7; }
p { color: rgb(214,193,199); }
H1.HeaderClassName
{
color: #D6C1C7;
}
.AnyTagClassName
{
color: #D6C1C7;
}
</style>
background-color css
<style>
a { background-color: #D6C1C7; }
a { background-color: rgb(214,193,199); }
div.DivClassName
{
background-color: #D6C1C7;
}
.BgClassName
{
background-color: #D6C1C7;
}
</style>
border-color css
<style>
span { border-color: #D6C1C7; }
span { border-color: rgb(214,193,199); }
td.TdClassName
{
border-color: #D6C1C7;
}
.TagClassName
{
border-color: #D6C1C7;
}
</style>