Shades of Melanie #D9C8CA
Tints of Melanie #D9C8CA
RGB
CMYK
RGB Variations
Color information
#D9C8CA (or 0xD9C8CA) is known color: Melanie. HEX triplet: D9, C8 and CA. RGB value is (217,200,202). Sum of RGB (Red+Green+Blue) = 217+200+202=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8CA is #263735. Grayscale: #CDCDCD. Windows color (decimal): -2504502 or 13289689. OLE color: 13289689.
HSL color Cylindrical-coordinate representation of color #D9C8CA: hue angle of 352.94º degrees, saturation: 0.18, 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 #D9C8CA is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 202 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.15 |
| HSL | 352.94º | 0.18% | 0.82% | - |
| HSV(B) | 352.94º | 0.08% | 0.85% | - |
| XYZ | 59.93 | 60.32 | 64.36 | - |
| YUV | 205.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 202 | 0 | 0.08 | 0.07 | 0.15 | 352.94 | 0.18 | 0.82 |
| Hex | D9 | C8 | CA | 0 | 8 | 7 | F | 161 | 12 | 52 |
| Octal | 331 | 310 | 312 | 0 | 10 | 7 | 17 | 541 | 22 | 122 |
| Binary | 11011001 | 11001000 | 11001010 | 0 | 1000 | 111 | 1111 | 101100001 | 10010 | 1010010 |
Color Harmonies of #D9C8CA
Complementary color
Monochromatic Colors of #D9C8CA
Black with #D9C8CA
Text Example
Text Example
White with #D9C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8CA; }
p { color: rgb(217,200,202); }
H1.HeaderClassName
{
color: #D9C8CA;
}
.AnyTagClassName
{
color: #D9C8CA;
}
</style>
background-color css
<style>
a { background-color: #D9C8CA; }
a { background-color: rgb(217,200,202); }
div.DivClassName
{
background-color: #D9C8CA;
}
.BgClassName
{
background-color: #D9C8CA;
}
</style>
border-color css
<style>
span { border-color: #D9C8CA; }
span { border-color: rgb(217,200,202); }
td.TdClassName
{
border-color: #D9C8CA;
}
.TagClassName
{
border-color: #D9C8CA;
}
</style>