Shades of Melanie #D6C9CB
Tints of Melanie #D6C9CB
RGB
CMYK
RGB Variations
Color information
#D6C9CB (or 0xD6C9CB) is known color: Melanie. HEX triplet: D6, C9 and CB. RGB value is (214,201,203). Sum of RGB (Red+Green+Blue) = 214+201+203=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9CB is #293634. Grayscale: #CDCDCD. Windows color (decimal): -2700853 or 13355478. OLE color: 13355478.
HSL color Cylindrical-coordinate representation of color #D6C9CB: hue angle of 350.77º 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 #D6C9CB is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 203 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.16 |
| HSL | 350.77º | 0.14% | 0.81% | - |
| HSV(B) | 350.77º | 0.06% | 0.84% | - |
| XYZ | 59.4 | 60.38 | 65.02 | - |
| YUV | 205.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 203 | 0 | 0.06 | 0.05 | 0.16 | 350.77 | 0.14 | 0.81 |
| Hex | D6 | C9 | CB | 0 | 6 | 5 | 10 | 15F | E | 51 |
| Octal | 326 | 311 | 313 | 0 | 6 | 5 | 20 | 537 | 16 | 121 |
| Binary | 11010110 | 11001001 | 11001011 | 0 | 110 | 101 | 10000 | 101011111 | 1110 | 1010001 |
Color Harmonies of #D6C9CB
Complementary color
Monochromatic Colors of #D6C9CB
Black with #D6C9CB
Text Example
Text Example
White with #D6C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9CB; }
p { color: rgb(214,201,203); }
H1.HeaderClassName
{
color: #D6C9CB;
}
.AnyTagClassName
{
color: #D6C9CB;
}
</style>
background-color css
<style>
a { background-color: #D6C9CB; }
a { background-color: rgb(214,201,203); }
div.DivClassName
{
background-color: #D6C9CB;
}
.BgClassName
{
background-color: #D6C9CB;
}
</style>
border-color css
<style>
span { border-color: #D6C9CB; }
span { border-color: rgb(214,201,203); }
td.TdClassName
{
border-color: #D6C9CB;
}
.TagClassName
{
border-color: #D6C9CB;
}
</style>