Shades of Moon Mist #D1CFB0
Tints of Moon Mist #D1CFB0
RGB
CMYK
RGB Variations
Color information
#D1CFB0 (or 0xD1CFB0) is known color: Moon Mist. HEX triplet: D1, CF and B0. RGB value is (209,207,176). Sum of RGB (Red+Green+Blue) = 209+207+176=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CFB0 is #2E304F. Grayscale: #CCCCCC. Windows color (decimal): -3027024 or 11587537. OLE color: 11587537.
HSL color Cylindrical-coordinate representation of color #D1CFB0: hue angle of 56.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1CFB0 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 176 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.18 |
| HSL | 56.36º | 0.26% | 0.75% | - |
| HSV(B) | 56.36º | 0.16% | 0.82% | - |
| XYZ | 56.44 | 61.32 | 49.93 | - |
| YUV | 204.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 176 | 0 | 0.01 | 0.16 | 0.18 | 56.36 | 0.26 | 0.75 |
| Hex | D1 | CF | B0 | 0 | 1 | 10 | 12 | 38 | 1A | 4B |
| Octal | 321 | 317 | 260 | 0 | 1 | 20 | 22 | 70 | 32 | 113 |
| Binary | 11010001 | 11001111 | 10110000 | 0 | 1 | 10000 | 10010 | 111000 | 11010 | 1001011 |
Color Harmonies of #D1CFB0
Complementary color
Monochromatic Colors of #D1CFB0
Black with #D1CFB0
Text Example
Text Example
White with #D1CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFB0; }
p { color: rgb(209,207,176); }
H1.HeaderClassName
{
color: #D1CFB0;
}
.AnyTagClassName
{
color: #D1CFB0;
}
</style>
background-color css
<style>
a { background-color: #D1CFB0; }
a { background-color: rgb(209,207,176); }
div.DivClassName
{
background-color: #D1CFB0;
}
.BgClassName
{
background-color: #D1CFB0;
}
</style>
border-color css
<style>
span { border-color: #D1CFB0; }
span { border-color: rgb(209,207,176); }
td.TdClassName
{
border-color: #D1CFB0;
}
.TagClassName
{
border-color: #D1CFB0;
}
</style>