Shades of Melanie #D1BBC0
Tints of Melanie #D1BBC0
RGB
CMYK
RGB Variations
Color information
#D1BBC0 (or 0xD1BBC0) is known color: Melanie. HEX triplet: D1, BB and C0. RGB value is (209,187,192). Sum of RGB (Red+Green+Blue) = 209+187+192=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBC0 is #2E443F. Grayscale: #C2C2C2. Windows color (decimal): -3032128 or 12630993. OLE color: 12630993.
HSL color Cylindrical-coordinate representation of color #D1BBC0: hue angle of 346.36º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BBC0 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 187 | 192 | - |
CMYK | 0 | 0.11 | 0.08 | 0.18 |
HSL | 346.36º | 0.19% | 0.78% | - |
HSV(B) | 346.36º | 0.11% | 0.82% | - |
XYZ | 53.58 | 52.9 | 57.26 | - |
YUV | 194.15 | 126.79 | 138.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 187 | 192 | 0 | 0.11 | 0.08 | 0.18 | 346.36 | 0.19 | 0.78 |
Hex | D1 | BB | C0 | 0 | B | 8 | 12 | 15A | 13 | 4E |
Octal | 321 | 273 | 300 | 0 | 13 | 10 | 22 | 532 | 23 | 116 |
Binary | 11010001 | 10111011 | 11000000 | 0 | 1011 | 1000 | 10010 | 101011010 | 10011 | 1001110 |
Color Harmonies of #D1BBC0
Complementary color
Monochromatic Colors of #D1BBC0
Black with #D1BBC0
Text Example
Text Example
White with #D1BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBC0; }
p { color: rgb(209,187,192); }
H1.HeaderClassName
{
color: #D1BBC0;
}
.AnyTagClassName
{
color: #D1BBC0;
}
</style>
background-color css
<style>
a { background-color: #D1BBC0; }
a { background-color: rgb(209,187,192); }
div.DivClassName
{
background-color: #D1BBC0;
}
.BgClassName
{
background-color: #D1BBC0;
}
</style>
border-color css
<style>
span { border-color: #D1BBC0; }
span { border-color: rgb(209,187,192); }
td.TdClassName
{
border-color: #D1BBC0;
}
.TagClassName
{
border-color: #D1BBC0;
}
</style>