Shades of Moon Mist #CFCDAF
Tints of Moon Mist #CFCDAF
RGB
CMYK
RGB Variations
Color information
#CFCDAF (or 0xCFCDAF) is known color: Moon Mist. HEX triplet: CF, CD and AF. RGB value is (207,205,175). Sum of RGB (Red+Green+Blue) = 207+205+175=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCDAF is #303250. Grayscale: #CACACA. Windows color (decimal): -3158609 or 11521487. OLE color: 11521487.
HSL color Cylindrical-coordinate representation of color #CFCDAF: hue angle of 56.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCDAF is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 175 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.19 |
| HSL | 56.25º | 0.25% | 0.75% | - |
| HSV(B) | 56.25º | 0.15% | 0.81% | - |
| XYZ | 55.3 | 60.02 | 49.23 | - |
| YUV | 202.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 175 | 0 | 0.01 | 0.15 | 0.19 | 56.25 | 0.25 | 0.75 |
| Hex | CF | CD | AF | 0 | 1 | F | 13 | 38 | 19 | 4B |
| Octal | 317 | 315 | 257 | 0 | 1 | 17 | 23 | 70 | 31 | 113 |
| Binary | 11001111 | 11001101 | 10101111 | 0 | 1 | 1111 | 10011 | 111000 | 11001 | 1001011 |
Color Harmonies of #CFCDAF
Complementary color
Monochromatic Colors of #CFCDAF
Black with #CFCDAF
Text Example
Text Example
White with #CFCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDAF; }
p { color: rgb(207,205,175); }
H1.HeaderClassName
{
color: #CFCDAF;
}
.AnyTagClassName
{
color: #CFCDAF;
}
</style>
background-color css
<style>
a { background-color: #CFCDAF; }
a { background-color: rgb(207,205,175); }
div.DivClassName
{
background-color: #CFCDAF;
}
.BgClassName
{
background-color: #CFCDAF;
}
</style>
border-color css
<style>
span { border-color: #CFCDAF; }
span { border-color: rgb(207,205,175); }
td.TdClassName
{
border-color: #CFCDAF;
}
.TagClassName
{
border-color: #CFCDAF;
}
</style>