Shades of Melanie #D2B8BE
Tints of Melanie #D2B8BE
RGB
CMYK
RGB Variations
Color information
#D2B8BE (or 0xD2B8BE) is known color: Melanie. HEX triplet: D2, B8 and BE. RGB value is (210,184,190). Sum of RGB (Red+Green+Blue) = 210+184+190=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B8BE is #2D4741. Grayscale: #C0C0C0. Windows color (decimal): -2967362 or 12499154. OLE color: 12499154.
HSL color Cylindrical-coordinate representation of color #D2B8BE: hue angle of 346.15º 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 #D2B8BE is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 190 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.18 |
| HSL | 346.15º | 0.22% | 0.77% | - |
| HSV(B) | 346.15º | 0.12% | 0.82% | - |
| XYZ | 53.01 | 51.7 | 55.9 | - |
| YUV | 192.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 190 | 0 | 0.12 | 0.10 | 0.18 | 346.15 | 0.22 | 0.77 |
| Hex | D2 | B8 | BE | 0 | C | A | 12 | 15A | 16 | 4D |
| Octal | 322 | 270 | 276 | 0 | 14 | 12 | 22 | 532 | 26 | 115 |
| Binary | 11010010 | 10111000 | 10111110 | 0 | 1100 | 1010 | 10010 | 101011010 | 10110 | 1001101 |
Color Harmonies of #D2B8BE
Complementary color
Monochromatic Colors of #D2B8BE
Black with #D2B8BE
Text Example
Text Example
White with #D2B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B8BE; }
p { color: rgb(210,184,190); }
H1.HeaderClassName
{
color: #D2B8BE;
}
.AnyTagClassName
{
color: #D2B8BE;
}
</style>
background-color css
<style>
a { background-color: #D2B8BE; }
a { background-color: rgb(210,184,190); }
div.DivClassName
{
background-color: #D2B8BE;
}
.BgClassName
{
background-color: #D2B8BE;
}
</style>
border-color css
<style>
span { border-color: #D2B8BE; }
span { border-color: rgb(210,184,190); }
td.TdClassName
{
border-color: #D2B8BE;
}
.TagClassName
{
border-color: #D2B8BE;
}
</style>