Shades of Melanie #D9C9CB
Tints of Melanie #D9C9CB
RGB
CMYK
RGB Variations
Color information
#D9C9CB (or 0xD9C9CB) is known color: Melanie. HEX triplet: D9, C9 and CB. RGB value is (217,201,203). Sum of RGB (Red+Green+Blue) = 217+201+203=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9CB is #263634. Grayscale: #CECECE. Windows color (decimal): -2504245 or 13355481. OLE color: 13355481.
HSL color Cylindrical-coordinate representation of color #D9C9CB: hue angle of 352.5º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9C9CB is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 203 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.15 |
| HSL | 352.5º | 0.17% | 0.82% | - |
| HSV(B) | 352.5º | 0.07% | 0.85% | - |
| XYZ | 60.28 | 60.84 | 65.07 | - |
| YUV | 206.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 203 | 0 | 0.07 | 0.06 | 0.15 | 352.5 | 0.17 | 0.82 |
| Hex | D9 | C9 | CB | 0 | 7 | 6 | F | 160 | 11 | 52 |
| Octal | 331 | 311 | 313 | 0 | 7 | 6 | 17 | 540 | 21 | 122 |
| Binary | 11011001 | 11001001 | 11001011 | 0 | 111 | 110 | 1111 | 101100000 | 10001 | 1010010 |
Color Harmonies of #D9C9CB
Complementary color
Monochromatic Colors of #D9C9CB
Black with #D9C9CB
Text Example
Text Example
White with #D9C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C9CB; }
p { color: rgb(217,201,203); }
H1.HeaderClassName
{
color: #D9C9CB;
}
.AnyTagClassName
{
color: #D9C9CB;
}
</style>
background-color css
<style>
a { background-color: #D9C9CB; }
a { background-color: rgb(217,201,203); }
div.DivClassName
{
background-color: #D9C9CB;
}
.BgClassName
{
background-color: #D9C9CB;
}
</style>
border-color css
<style>
span { border-color: #D9C9CB; }
span { border-color: rgb(217,201,203); }
td.TdClassName
{
border-color: #D9C9CB;
}
.TagClassName
{
border-color: #D9C9CB;
}
</style>