Shades of Melanie #D5C8CA
Tints of Melanie #D5C8CA
RGB
CMYK
RGB Variations
Color information
#D5C8CA (or 0xD5C8CA) is known color: Melanie. HEX triplet: D5, C8 and CA. RGB value is (213,200,202). Sum of RGB (Red+Green+Blue) = 213+200+202=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8CA is #2A3735. Grayscale: #CCCCCC. Windows color (decimal): -2766646 or 13289685. OLE color: 13289685.
HSL color Cylindrical-coordinate representation of color #D5C8CA: hue angle of 350.77º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5C8CA is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 202 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.16 |
| HSL | 350.77º | 0.13% | 0.81% | - |
| HSV(B) | 350.77º | 0.06% | 0.84% | - |
| XYZ | 58.76 | 59.72 | 64.31 | - |
| YUV | 204.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 202 | 0 | 0.06 | 0.05 | 0.16 | 350.77 | 0.13 | 0.81 |
| Hex | D5 | C8 | CA | 0 | 6 | 5 | 10 | 15F | D | 51 |
| Octal | 325 | 310 | 312 | 0 | 6 | 5 | 20 | 537 | 15 | 121 |
| Binary | 11010101 | 11001000 | 11001010 | 0 | 110 | 101 | 10000 | 101011111 | 1101 | 1010001 |
Color Harmonies of #D5C8CA
Complementary color
Monochromatic Colors of #D5C8CA
Black with #D5C8CA
Text Example
Text Example
White with #D5C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8CA; }
p { color: rgb(213,200,202); }
H1.HeaderClassName
{
color: #D5C8CA;
}
.AnyTagClassName
{
color: #D5C8CA;
}
</style>
background-color css
<style>
a { background-color: #D5C8CA; }
a { background-color: rgb(213,200,202); }
div.DivClassName
{
background-color: #D5C8CA;
}
.BgClassName
{
background-color: #D5C8CA;
}
</style>
border-color css
<style>
span { border-color: #D5C8CA; }
span { border-color: rgb(213,200,202); }
td.TdClassName
{
border-color: #D5C8CA;
}
.TagClassName
{
border-color: #D5C8CA;
}
</style>