Shades of Melanie #D2B5BE
Tints of Melanie #D2B5BE
RGB
CMYK
RGB Variations
Color information
#D2B5BE (or 0xD2B5BE) is known color: Melanie. HEX triplet: D2, B5 and BE. RGB value is (210,181,190). Sum of RGB (Red+Green+Blue) = 210+181+190=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5BE is #2D4A41. Grayscale: #BEBEBE. Windows color (decimal): -2968130 or 12498386. OLE color: 12498386.
HSL color Cylindrical-coordinate representation of color #D2B5BE: hue angle of 341.38º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2B5BE is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 181 | 190 | - |
CMYK | 0 | 0.14 | 0.10 | 0.18 |
HSL | 341.38º | 0.24% | 0.77% | - |
HSV(B) | 341.38º | 0.14% | 0.82% | - |
XYZ | 52.4 | 50.47 | 55.69 | - |
YUV | 190.7 | 127.61 | 141.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 181 | 190 | 0 | 0.14 | 0.10 | 0.18 | 341.38 | 0.24 | 0.77 |
Hex | D2 | B5 | BE | 0 | E | A | 12 | 155 | 18 | 4D |
Octal | 322 | 265 | 276 | 0 | 16 | 12 | 22 | 525 | 30 | 115 |
Binary | 11010010 | 10110101 | 10111110 | 0 | 1110 | 1010 | 10010 | 101010101 | 11000 | 1001101 |
Color Harmonies of #D2B5BE
Complementary color
Monochromatic Colors of #D2B5BE
Black with #D2B5BE
Text Example
Text Example
White with #D2B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5BE; }
p { color: rgb(210,181,190); }
H1.HeaderClassName
{
color: #D2B5BE;
}
.AnyTagClassName
{
color: #D2B5BE;
}
</style>
background-color css
<style>
a { background-color: #D2B5BE; }
a { background-color: rgb(210,181,190); }
div.DivClassName
{
background-color: #D2B5BE;
}
.BgClassName
{
background-color: #D2B5BE;
}
</style>
border-color css
<style>
span { border-color: #D2B5BE; }
span { border-color: rgb(210,181,190); }
td.TdClassName
{
border-color: #D2B5BE;
}
.TagClassName
{
border-color: #D2B5BE;
}
</style>