Shades of Melanie #D9C7CA
Tints of Melanie #D9C7CA
RGB
CMYK
RGB Variations
Color information
#D9C7CA (or 0xD9C7CA) is known color: Melanie. HEX triplet: D9, C7 and CA. RGB value is (217,199,202). Sum of RGB (Red+Green+Blue) = 217+199+202=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7CA is #263835. Grayscale: #CCCCCC. Windows color (decimal): -2504758 or 13289433. OLE color: 13289433.
HSL color Cylindrical-coordinate representation of color #D9C7CA: hue angle of 350º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9C7CA is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 202 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.15 |
| HSL | 350º | 0.19% | 0.82% | - |
| HSV(B) | 350º | 0.08% | 0.85% | - |
| XYZ | 59.7 | 59.86 | 64.29 | - |
| YUV | 204.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 202 | 0 | 0.08 | 0.07 | 0.15 | 350 | 0.19 | 0.82 |
| Hex | D9 | C7 | CA | 0 | 8 | 7 | F | 15E | 13 | 52 |
| Octal | 331 | 307 | 312 | 0 | 10 | 7 | 17 | 536 | 23 | 122 |
| Binary | 11011001 | 11000111 | 11001010 | 0 | 1000 | 111 | 1111 | 101011110 | 10011 | 1010010 |
Color Harmonies of #D9C7CA
Complementary color
Monochromatic Colors of #D9C7CA
Black with #D9C7CA
Text Example
Text Example
White with #D9C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7CA; }
p { color: rgb(217,199,202); }
H1.HeaderClassName
{
color: #D9C7CA;
}
.AnyTagClassName
{
color: #D9C7CA;
}
</style>
background-color css
<style>
a { background-color: #D9C7CA; }
a { background-color: rgb(217,199,202); }
div.DivClassName
{
background-color: #D9C7CA;
}
.BgClassName
{
background-color: #D9C7CA;
}
</style>
border-color css
<style>
span { border-color: #D9C7CA; }
span { border-color: rgb(217,199,202); }
td.TdClassName
{
border-color: #D9C7CA;
}
.TagClassName
{
border-color: #D9C7CA;
}
</style>