Shades of Melanie #D6C8CA
Tints of Melanie #D6C8CA
RGB
CMYK
RGB Variations
Color information
#D6C8CA (or 0xD6C8CA) is known color: Melanie. HEX triplet: D6, C8 and CA. RGB value is (214,200,202). Sum of RGB (Red+Green+Blue) = 214+200+202=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8CA is #293735. Grayscale: #CCCCCC. Windows color (decimal): -2701110 or 13289686. OLE color: 13289686.
HSL color Cylindrical-coordinate representation of color #D6C8CA: hue angle of 351.43º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6C8CA is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 202 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.16 |
| HSL | 351.43º | 0.15% | 0.81% | - |
| HSV(B) | 351.43º | 0.07% | 0.84% | - |
| XYZ | 59.05 | 59.87 | 64.32 | - |
| YUV | 204.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 202 | 0 | 0.07 | 0.06 | 0.16 | 351.43 | 0.15 | 0.81 |
| Hex | D6 | C8 | CA | 0 | 7 | 6 | 10 | 15F | F | 51 |
| Octal | 326 | 310 | 312 | 0 | 7 | 6 | 20 | 537 | 17 | 121 |
| Binary | 11010110 | 11001000 | 11001010 | 0 | 111 | 110 | 10000 | 101011111 | 1111 | 1010001 |
Color Harmonies of #D6C8CA
Complementary color
Monochromatic Colors of #D6C8CA
Black with #D6C8CA
Text Example
Text Example
White with #D6C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8CA; }
p { color: rgb(214,200,202); }
H1.HeaderClassName
{
color: #D6C8CA;
}
.AnyTagClassName
{
color: #D6C8CA;
}
</style>
background-color css
<style>
a { background-color: #D6C8CA; }
a { background-color: rgb(214,200,202); }
div.DivClassName
{
background-color: #D6C8CA;
}
.BgClassName
{
background-color: #D6C8CA;
}
</style>
border-color css
<style>
span { border-color: #D6C8CA; }
span { border-color: rgb(214,200,202); }
td.TdClassName
{
border-color: #D6C8CA;
}
.TagClassName
{
border-color: #D6C8CA;
}
</style>