Shades of Moon Mist #D0CFBB
Tints of Moon Mist #D0CFBB
RGB
CMYK
RGB Variations
Color information
#D0CFBB (or 0xD0CFBB) is known color: Moon Mist. HEX triplet: D0, CF and BB. RGB value is (208,207,187). Sum of RGB (Red+Green+Blue) = 208+207+187=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFBB is #2F3044. Grayscale: #CDCDCD. Windows color (decimal): -3092549 or 12308432. OLE color: 12308432.
HSL color Cylindrical-coordinate representation of color #D0CFBB: hue angle of 57.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0CFBB is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 187 | - |
| CMYK | 0 | 0.00 | 0.10 | 0.18 |
| HSL | 57.14º | 0.18% | 0.77% | - |
| HSV(B) | 57.14º | 0.1% | 0.82% | - |
| XYZ | 57.29 | 61.62 | 55.89 | - |
| YUV | 205.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 187 | 0 | 0.00 | 0.10 | 0.18 | 57.14 | 0.18 | 0.77 |
| Hex | D0 | CF | BB | 0 | 0 | A | 12 | 39 | 12 | 4D |
| Octal | 320 | 317 | 273 | 0 | 0 | 12 | 22 | 71 | 22 | 115 |
| Binary | 11010000 | 11001111 | 10111011 | 0 | 0 | 1010 | 10010 | 111001 | 10010 | 1001101 |
Color Harmonies of #D0CFBB
Complementary color
Monochromatic Colors of #D0CFBB
Black with #D0CFBB
Text Example
Text Example
White with #D0CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFBB; }
p { color: rgb(208,207,187); }
H1.HeaderClassName
{
color: #D0CFBB;
}
.AnyTagClassName
{
color: #D0CFBB;
}
</style>
background-color css
<style>
a { background-color: #D0CFBB; }
a { background-color: rgb(208,207,187); }
div.DivClassName
{
background-color: #D0CFBB;
}
.BgClassName
{
background-color: #D0CFBB;
}
</style>
border-color css
<style>
span { border-color: #D0CFBB; }
span { border-color: rgb(208,207,187); }
td.TdClassName
{
border-color: #D0CFBB;
}
.TagClassName
{
border-color: #D0CFBB;
}
</style>