Shades of Melanie #D0C9CA
Tints of Melanie #D0C9CA
RGB
CMYK
RGB Variations
Color information
#D0C9CA (or 0xD0C9CA) is known color: Melanie. HEX triplet: D0, C9 and CA. RGB value is (208,201,202). Sum of RGB (Red+Green+Blue) = 208+201+202=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9CA is #2F3635. Grayscale: #CBCBCB. Windows color (decimal): -3094070 or 13289936. OLE color: 13289936.
HSL color Cylindrical-coordinate representation of color #D0C9CA: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0C9CA is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 202 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.18 |
| HSL | 351.43º | 0.07% | 0.8% | - |
| HSV(B) | 351.43º | 0.03% | 0.82% | - |
| XYZ | 57.56 | 59.45 | 64.32 | - |
| YUV | 203.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 202 | 0 | 0.03 | 0.03 | 0.18 | 351.43 | 0.07 | 0.8 |
| Hex | D0 | C9 | CA | 0 | 3 | 3 | 12 | 15F | 7 | 50 |
| Octal | 320 | 311 | 312 | 0 | 3 | 3 | 22 | 537 | 7 | 120 |
| Binary | 11010000 | 11001001 | 11001010 | 0 | 11 | 11 | 10010 | 101011111 | 111 | 1010000 |
Color Harmonies of #D0C9CA
Complementary color
Monochromatic Colors of #D0C9CA
Black with #D0C9CA
Text Example
Text Example
White with #D0C9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9CA; }
p { color: rgb(208,201,202); }
H1.HeaderClassName
{
color: #D0C9CA;
}
.AnyTagClassName
{
color: #D0C9CA;
}
</style>
background-color css
<style>
a { background-color: #D0C9CA; }
a { background-color: rgb(208,201,202); }
div.DivClassName
{
background-color: #D0C9CA;
}
.BgClassName
{
background-color: #D0C9CA;
}
</style>
border-color css
<style>
span { border-color: #D0C9CA; }
span { border-color: rgb(208,201,202); }
td.TdClassName
{
border-color: #D0C9CA;
}
.TagClassName
{
border-color: #D0C9CA;
}
</style>