Shades of Moon Mist #D1D0B9
Tints of Moon Mist #D1D0B9
RGB
CMYK
RGB Variations
Color information
#D1D0B9 (or 0xD1D0B9) is known color: Moon Mist. HEX triplet: D1, D0 and B9. RGB value is (209,208,185). Sum of RGB (Red+Green+Blue) = 209+208+185=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0B9 is #2E2F46. Grayscale: #CDCDCD. Windows color (decimal): -3026759 or 12177617. OLE color: 12177617.
HSL color Cylindrical-coordinate representation of color #D1D0B9: hue angle of 57.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1D0B9 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 185 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.18 |
| HSL | 57.5º | 0.21% | 0.77% | - |
| HSV(B) | 57.5º | 0.11% | 0.82% | - |
| XYZ | 57.61 | 62.17 | 54.86 | - |
| YUV | 205.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 185 | 0 | 0.00 | 0.11 | 0.18 | 57.5 | 0.21 | 0.77 |
| Hex | D1 | D0 | B9 | 0 | 0 | B | 12 | 3A | 15 | 4D |
| Octal | 321 | 320 | 271 | 0 | 0 | 13 | 22 | 72 | 25 | 115 |
| Binary | 11010001 | 11010000 | 10111001 | 0 | 0 | 1011 | 10010 | 111010 | 10101 | 1001101 |
Color Harmonies of #D1D0B9
Complementary color
Monochromatic Colors of #D1D0B9
Black with #D1D0B9
Text Example
Text Example
White with #D1D0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D0B9; }
p { color: rgb(209,208,185); }
H1.HeaderClassName
{
color: #D1D0B9;
}
.AnyTagClassName
{
color: #D1D0B9;
}
</style>
background-color css
<style>
a { background-color: #D1D0B9; }
a { background-color: rgb(209,208,185); }
div.DivClassName
{
background-color: #D1D0B9;
}
.BgClassName
{
background-color: #D1D0B9;
}
</style>
border-color css
<style>
span { border-color: #D1D0B9; }
span { border-color: rgb(209,208,185); }
td.TdClassName
{
border-color: #D1D0B9;
}
.TagClassName
{
border-color: #D1D0B9;
}
</style>