Shades of Melanie #D2C9CA
Tints of Melanie #D2C9CA
RGB
CMYK
RGB Variations
Color information
#D2C9CA (or 0xD2C9CA) is known color: Melanie. HEX triplet: D2, C9 and CA. RGB value is (210,201,202). Sum of RGB (Red+Green+Blue) = 210+201+202=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9CA is #2D3635. Grayscale: #CBCBCB. Windows color (decimal): -2962998 or 13289938. OLE color: 13289938.
HSL color Cylindrical-coordinate representation of color #D2C9CA: hue angle of 353.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2C9CA is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 202 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.18 |
| HSL | 353.33º | 0.09% | 0.81% | - |
| HSV(B) | 353.33º | 0.04% | 0.82% | - |
| XYZ | 58.13 | 59.74 | 64.34 | - |
| YUV | 203.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 202 | 0 | 0.04 | 0.04 | 0.18 | 353.33 | 0.09 | 0.81 |
| Hex | D2 | C9 | CA | 0 | 4 | 4 | 12 | 161 | 9 | 51 |
| Octal | 322 | 311 | 312 | 0 | 4 | 4 | 22 | 541 | 11 | 121 |
| Binary | 11010010 | 11001001 | 11001010 | 0 | 100 | 100 | 10010 | 101100001 | 1001 | 1010001 |
Color Harmonies of #D2C9CA
Complementary color
Monochromatic Colors of #D2C9CA
Black with #D2C9CA
Text Example
Text Example
White with #D2C9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C9CA; }
p { color: rgb(210,201,202); }
H1.HeaderClassName
{
color: #D2C9CA;
}
.AnyTagClassName
{
color: #D2C9CA;
}
</style>
background-color css
<style>
a { background-color: #D2C9CA; }
a { background-color: rgb(210,201,202); }
div.DivClassName
{
background-color: #D2C9CA;
}
.BgClassName
{
background-color: #D2C9CA;
}
</style>
border-color css
<style>
span { border-color: #D2C9CA; }
span { border-color: rgb(210,201,202); }
td.TdClassName
{
border-color: #D2C9CA;
}
.TagClassName
{
border-color: #D2C9CA;
}
</style>