Shades of Moon Mist #D1D0BA
Tints of Moon Mist #D1D0BA
RGB
CMYK
RGB Variations
Color information
#D1D0BA (or 0xD1D0BA) is known color: Moon Mist. HEX triplet: D1, D0 and BA. RGB value is (209,208,186). Sum of RGB (Red+Green+Blue) = 209+208+186=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0BA is #2E2F45. Grayscale: #CDCDCD. Windows color (decimal): -3026758 or 12243153. OLE color: 12243153.
HSL color Cylindrical-coordinate representation of color #D1D0BA: hue angle of 57.39º degrees, saturation: 0.2, 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 #D1D0BA is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 186 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.18 |
| HSL | 57.39º | 0.2% | 0.77% | - |
| HSV(B) | 57.39º | 0.11% | 0.82% | - |
| XYZ | 57.71 | 62.21 | 55.42 | - |
| YUV | 205.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 186 | 0 | 0.00 | 0.11 | 0.18 | 57.39 | 0.2 | 0.77 |
| Hex | D1 | D0 | BA | 0 | 0 | B | 12 | 39 | 14 | 4D |
| Octal | 321 | 320 | 272 | 0 | 0 | 13 | 22 | 71 | 24 | 115 |
| Binary | 11010001 | 11010000 | 10111010 | 0 | 0 | 1011 | 10010 | 111001 | 10100 | 1001101 |
Color Harmonies of #D1D0BA
Complementary color
Monochromatic Colors of #D1D0BA
Black with #D1D0BA
Text Example
Text Example
White with #D1D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D0BA; }
p { color: rgb(209,208,186); }
H1.HeaderClassName
{
color: #D1D0BA;
}
.AnyTagClassName
{
color: #D1D0BA;
}
</style>
background-color css
<style>
a { background-color: #D1D0BA; }
a { background-color: rgb(209,208,186); }
div.DivClassName
{
background-color: #D1D0BA;
}
.BgClassName
{
background-color: #D1D0BA;
}
</style>
border-color css
<style>
span { border-color: #D1D0BA; }
span { border-color: rgb(209,208,186); }
td.TdClassName
{
border-color: #D1D0BA;
}
.TagClassName
{
border-color: #D1D0BA;
}
</style>