Shades of Melanie #D2B8C1
Tints of Melanie #D2B8C1
RGB
CMYK
RGB Variations
Color information
#D2B8C1 (or 0xD2B8C1) is known color: Melanie. HEX triplet: D2, B8 and C1. RGB value is (210,184,193). Sum of RGB (Red+Green+Blue) = 210+184+193=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B8C1 is #2D473E. Grayscale: #C0C0C0. Windows color (decimal): -2967359 or 12695762. OLE color: 12695762.
HSL color Cylindrical-coordinate representation of color #D2B8C1: hue angle of 339.23º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2B8C1 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 193 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.18 |
| HSL | 339.23º | 0.22% | 0.77% | - |
| HSV(B) | 339.23º | 0.12% | 0.82% | - |
| XYZ | 53.34 | 51.83 | 57.65 | - |
| YUV | 192.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 193 | 0 | 0.12 | 0.08 | 0.18 | 339.23 | 0.22 | 0.77 |
| Hex | D2 | B8 | C1 | 0 | C | 8 | 12 | 153 | 16 | 4D |
| Octal | 322 | 270 | 301 | 0 | 14 | 10 | 22 | 523 | 26 | 115 |
| Binary | 11010010 | 10111000 | 11000001 | 0 | 1100 | 1000 | 10010 | 101010011 | 10110 | 1001101 |
Color Harmonies of #D2B8C1
Complementary color
Monochromatic Colors of #D2B8C1
Black with #D2B8C1
Text Example
Text Example
White with #D2B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B8C1; }
p { color: rgb(210,184,193); }
H1.HeaderClassName
{
color: #D2B8C1;
}
.AnyTagClassName
{
color: #D2B8C1;
}
</style>
background-color css
<style>
a { background-color: #D2B8C1; }
a { background-color: rgb(210,184,193); }
div.DivClassName
{
background-color: #D2B8C1;
}
.BgClassName
{
background-color: #D2B8C1;
}
</style>
border-color css
<style>
span { border-color: #D2B8C1; }
span { border-color: rgb(210,184,193); }
td.TdClassName
{
border-color: #D2B8C1;
}
.TagClassName
{
border-color: #D2B8C1;
}
</style>