Shades of Moon Mist #D1CFBF
Tints of Moon Mist #D1CFBF
RGB
CMYK
RGB Variations
Color information
#D1CFBF (or 0xD1CFBF) is known color: Moon Mist. HEX triplet: D1, CF and BF. RGB value is (209,207,191). Sum of RGB (Red+Green+Blue) = 209+207+191=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFBF is #2E3040. Grayscale: #CDCDCD. Windows color (decimal): -3027009 or 12570577. OLE color: 12570577.
HSL color Cylindrical-coordinate representation of color #D1CFBF: hue angle of 53.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1CFBF is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 191 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.18 |
| HSL | 53.33º | 0.16% | 0.78% | - |
| HSV(B) | 53.33º | 0.09% | 0.82% | - |
| XYZ | 58.01 | 61.94 | 58.19 | - |
| YUV | 205.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 191 | 0 | 0.01 | 0.09 | 0.18 | 53.33 | 0.16 | 0.78 |
| Hex | D1 | CF | BF | 0 | 1 | 9 | 12 | 35 | 10 | 4E |
| Octal | 321 | 317 | 277 | 0 | 1 | 11 | 22 | 65 | 20 | 116 |
| Binary | 11010001 | 11001111 | 10111111 | 0 | 1 | 1001 | 10010 | 110101 | 10000 | 1001110 |
Color Harmonies of #D1CFBF
Complementary color
Monochromatic Colors of #D1CFBF
Black with #D1CFBF
Text Example
Text Example
White with #D1CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFBF; }
p { color: rgb(209,207,191); }
H1.HeaderClassName
{
color: #D1CFBF;
}
.AnyTagClassName
{
color: #D1CFBF;
}
</style>
background-color css
<style>
a { background-color: #D1CFBF; }
a { background-color: rgb(209,207,191); }
div.DivClassName
{
background-color: #D1CFBF;
}
.BgClassName
{
background-color: #D1CFBF;
}
</style>
border-color css
<style>
span { border-color: #D1CFBF; }
span { border-color: rgb(209,207,191); }
td.TdClassName
{
border-color: #D1CFBF;
}
.TagClassName
{
border-color: #D1CFBF;
}
</style>