Shades of Melanie #D6C9CA
Tints of Melanie #D6C9CA
RGB
CMYK
RGB Variations
Color information
#D6C9CA (or 0xD6C9CA) is known color: Melanie. HEX triplet: D6, C9 and CA. RGB value is (214,201,202). Sum of RGB (Red+Green+Blue) = 214+201+202=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9CA is #293635. Grayscale: #CDCDCD. Windows color (decimal): -2700854 or 13289942. OLE color: 13289942.
HSL color Cylindrical-coordinate representation of color #D6C9CA: hue angle of 355.38º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6C9CA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 202 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.16 |
| HSL | 355.38º | 0.14% | 0.81% | - |
| HSV(B) | 355.38º | 0.06% | 0.84% | - |
| XYZ | 59.28 | 60.33 | 64.4 | - |
| YUV | 205 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 202 | 0 | 0.06 | 0.06 | 0.16 | 355.38 | 0.14 | 0.81 |
| Hex | D6 | C9 | CA | 0 | 6 | 6 | 10 | 163 | E | 51 |
| Octal | 326 | 311 | 312 | 0 | 6 | 6 | 20 | 543 | 16 | 121 |
| Binary | 11010110 | 11001001 | 11001010 | 0 | 110 | 110 | 10000 | 101100011 | 1110 | 1010001 |
Color Harmonies of #D6C9CA
Complementary color
Monochromatic Colors of #D6C9CA
Black with #D6C9CA
Text Example
Text Example
White with #D6C9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9CA; }
p { color: rgb(214,201,202); }
H1.HeaderClassName
{
color: #D6C9CA;
}
.AnyTagClassName
{
color: #D6C9CA;
}
</style>
background-color css
<style>
a { background-color: #D6C9CA; }
a { background-color: rgb(214,201,202); }
div.DivClassName
{
background-color: #D6C9CA;
}
.BgClassName
{
background-color: #D6C9CA;
}
</style>
border-color css
<style>
span { border-color: #D6C9CA; }
span { border-color: rgb(214,201,202); }
td.TdClassName
{
border-color: #D6C9CA;
}
.TagClassName
{
border-color: #D6C9CA;
}
</style>