Shades of Moon Mist #CFCDAD
Tints of Moon Mist #CFCDAD
RGB
CMYK
RGB Variations
Color information
#CFCDAD (or 0xCFCDAD) is known color: Moon Mist. HEX triplet: CF, CD and AD. RGB value is (207,205,173). Sum of RGB (Red+Green+Blue) = 207+205+173=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCDAD is #303252. Grayscale: #CACACA. Windows color (decimal): -3158611 or 11390415. OLE color: 11390415.
HSL color Cylindrical-coordinate representation of color #CFCDAD: hue angle of 56.47º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCDAD is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 173 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.19 |
| HSL | 56.47º | 0.26% | 0.75% | - |
| HSV(B) | 56.47º | 0.16% | 0.81% | - |
| XYZ | 55.11 | 59.95 | 48.2 | - |
| YUV | 201.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 173 | 0 | 0.01 | 0.16 | 0.19 | 56.47 | 0.26 | 0.75 |
| Hex | CF | CD | AD | 0 | 1 | 10 | 13 | 38 | 1A | 4B |
| Octal | 317 | 315 | 255 | 0 | 1 | 20 | 23 | 70 | 32 | 113 |
| Binary | 11001111 | 11001101 | 10101101 | 0 | 1 | 10000 | 10011 | 111000 | 11010 | 1001011 |
Color Harmonies of #CFCDAD
Complementary color
Monochromatic Colors of #CFCDAD
Black with #CFCDAD
Text Example
Text Example
White with #CFCDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDAD; }
p { color: rgb(207,205,173); }
H1.HeaderClassName
{
color: #CFCDAD;
}
.AnyTagClassName
{
color: #CFCDAD;
}
</style>
background-color css
<style>
a { background-color: #CFCDAD; }
a { background-color: rgb(207,205,173); }
div.DivClassName
{
background-color: #CFCDAD;
}
.BgClassName
{
background-color: #CFCDAD;
}
</style>
border-color css
<style>
span { border-color: #CFCDAD; }
span { border-color: rgb(207,205,173); }
td.TdClassName
{
border-color: #CFCDAD;
}
.TagClassName
{
border-color: #CFCDAD;
}
</style>