Shades of Melanie #D1B5C0
Tints of Melanie #D1B5C0
RGB
CMYK
RGB Variations
Color information
#D1B5C0 (or 0xD1B5C0) is known color: Melanie. HEX triplet: D1, B5 and C0. RGB value is (209,181,192). Sum of RGB (Red+Green+Blue) = 209+181+192=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B5C0 is #2E4A3F. Grayscale: #BEBEBE. Windows color (decimal): -3033664 or 12629457. OLE color: 12629457.
HSL color Cylindrical-coordinate representation of color #D1B5C0: hue angle of 336.43º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1B5C0 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 181 | 192 | - |
CMYK | 0 | 0.13 | 0.08 | 0.18 |
HSL | 336.43º | 0.23% | 0.76% | - |
HSV(B) | 336.43º | 0.13% | 0.82% | - |
XYZ | 52.33 | 50.41 | 56.84 | - |
YUV | 190.63 | 128.78 | 141.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 181 | 192 | 0 | 0.13 | 0.08 | 0.18 | 336.43 | 0.23 | 0.76 |
Hex | D1 | B5 | C0 | 0 | D | 8 | 12 | 150 | 17 | 4C |
Octal | 321 | 265 | 300 | 0 | 15 | 10 | 22 | 520 | 27 | 114 |
Binary | 11010001 | 10110101 | 11000000 | 0 | 1101 | 1000 | 10010 | 101010000 | 10111 | 1001100 |
Color Harmonies of #D1B5C0
Complementary color
Monochromatic Colors of #D1B5C0
Black with #D1B5C0
Text Example
Text Example
White with #D1B5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5C0; }
p { color: rgb(209,181,192); }
H1.HeaderClassName
{
color: #D1B5C0;
}
.AnyTagClassName
{
color: #D1B5C0;
}
</style>
background-color css
<style>
a { background-color: #D1B5C0; }
a { background-color: rgb(209,181,192); }
div.DivClassName
{
background-color: #D1B5C0;
}
.BgClassName
{
background-color: #D1B5C0;
}
</style>
border-color css
<style>
span { border-color: #D1B5C0; }
span { border-color: rgb(209,181,192); }
td.TdClassName
{
border-color: #D1B5C0;
}
.TagClassName
{
border-color: #D1B5C0;
}
</style>