Shades of Melanie #D8C3C8
Tints of Melanie #D8C3C8
RGB
CMYK
RGB Variations
Color information
#D8C3C8 (or 0xD8C3C8) is known color: Melanie. HEX triplet: D8, C3 and C8. RGB value is (216,195,200). Sum of RGB (Red+Green+Blue) = 216+195+200=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C3C8 is #273C37. Grayscale: #C9C9C9. Windows color (decimal): -2571320 or 13157336. OLE color: 13157336.
HSL color Cylindrical-coordinate representation of color #D8C3C8: hue angle of 345.71º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8C3C8 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 200 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.15 |
| HSL | 345.71º | 0.21% | 0.81% | - |
| HSV(B) | 345.71º | 0.1% | 0.85% | - |
| XYZ | 58.26 | 57.8 | 62.73 | - |
| YUV | 201.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 200 | 0 | 0.10 | 0.07 | 0.15 | 345.71 | 0.21 | 0.81 |
| Hex | D8 | C3 | C8 | 0 | A | 7 | F | 15A | 15 | 51 |
| Octal | 330 | 303 | 310 | 0 | 12 | 7 | 17 | 532 | 25 | 121 |
| Binary | 11011000 | 11000011 | 11001000 | 0 | 1010 | 111 | 1111 | 101011010 | 10101 | 1010001 |
Color Harmonies of #D8C3C8
Complementary color
Monochromatic Colors of #D8C3C8
Black with #D8C3C8
Text Example
Text Example
White with #D8C3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C3C8; }
p { color: rgb(216,195,200); }
H1.HeaderClassName
{
color: #D8C3C8;
}
.AnyTagClassName
{
color: #D8C3C8;
}
</style>
background-color css
<style>
a { background-color: #D8C3C8; }
a { background-color: rgb(216,195,200); }
div.DivClassName
{
background-color: #D8C3C8;
}
.BgClassName
{
background-color: #D8C3C8;
}
</style>
border-color css
<style>
span { border-color: #D8C3C8; }
span { border-color: rgb(216,195,200); }
td.TdClassName
{
border-color: #D8C3C8;
}
.TagClassName
{
border-color: #D8C3C8;
}
</style>