Shades of Melanie #D7C5CA
Tints of Melanie #D7C5CA
RGB
CMYK
RGB Variations
Color information
#D7C5CA (or 0xD7C5CA) is known color: Melanie. HEX triplet: D7, C5 and CA. RGB value is (215,197,202). Sum of RGB (Red+Green+Blue) = 215+197+202=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C5CA is #283A35. Grayscale: #CACACA. Windows color (decimal): -2636342 or 13288919. OLE color: 13288919.
HSL color Cylindrical-coordinate representation of color #D7C5CA: hue angle of 343.33º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7C5CA is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 202 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.16 |
| HSL | 343.33º | 0.18% | 0.81% | - |
| HSV(B) | 343.33º | 0.08% | 0.84% | - |
| XYZ | 58.65 | 58.64 | 64.11 | - |
| YUV | 202.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 202 | 0 | 0.08 | 0.06 | 0.16 | 343.33 | 0.18 | 0.81 |
| Hex | D7 | C5 | CA | 0 | 8 | 6 | 10 | 157 | 12 | 51 |
| Octal | 327 | 305 | 312 | 0 | 10 | 6 | 20 | 527 | 22 | 121 |
| Binary | 11010111 | 11000101 | 11001010 | 0 | 1000 | 110 | 10000 | 101010111 | 10010 | 1010001 |
Color Harmonies of #D7C5CA
Complementary color
Monochromatic Colors of #D7C5CA
Black with #D7C5CA
Text Example
Text Example
White with #D7C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C5CA; }
p { color: rgb(215,197,202); }
H1.HeaderClassName
{
color: #D7C5CA;
}
.AnyTagClassName
{
color: #D7C5CA;
}
</style>
background-color css
<style>
a { background-color: #D7C5CA; }
a { background-color: rgb(215,197,202); }
div.DivClassName
{
background-color: #D7C5CA;
}
.BgClassName
{
background-color: #D7C5CA;
}
</style>
border-color css
<style>
span { border-color: #D7C5CA; }
span { border-color: rgb(215,197,202); }
td.TdClassName
{
border-color: #D7C5CA;
}
.TagClassName
{
border-color: #D7C5CA;
}
</style>